removed XFAIL mark; it will be back in a few weeks if the failure remains
authorAlexandre Oliva <oliva@gcc.gnu.org>
Sat, 19 Sep 1998 18:30:30 +0000 (18:30 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sat, 19 Sep 1998 18:30:30 +0000 (18:30 +0000)
From-SVN: r22480

gcc/testsuite/g++.old-deja/g++.other/nested2.C

index 027a321fcb47ad4dc2fafb0d9cefcc57f471ad9c..5492b536b43da2aee3ad41e63e92163e0060fc06 100644 (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     {};
 };