From ec9c05e3eced7922120dadac0991e495c7849375 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 19 Sep 1998 18:30:30 +0000 Subject: [PATCH] removed XFAIL mark; it will be back in a few weeks if the failure remains From-SVN: r22480 --- gcc/testsuite/g++.old-deja/g++.other/nested2.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.other/nested2.C b/gcc/testsuite/g++.old-deja/g++.other/nested2.C index 027a321fcb4..5492b536b43 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/nested2.C +++ b/gcc/testsuite/g++.old-deja/g++.other/nested2.C @@ -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 {}; }; -- 2.30.2