2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-25 00:41:29 +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:
Alexandre Oliva 1998-09-19 18:30:30 +00:00
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 {};
};