removed XFAIL mark; it will be back in a few weeks if the failure remains
From-SVN: r22480
This commit is contained in:
parent
3fe5612d61
commit
ec9c05e3ec
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ struct M1 {
|
|||
struct M2 {
|
||||
struct I {};
|
||||
struct J : virtual public M2::I,
|
||||
virtual public M1::I {}; // XFAIL *-*-*
|
||||
virtual public M1::I {};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue