mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 22:09:46 +08:00
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
@ -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…
Reference in New Issue
Block a user