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

View File

@ -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 {};
};