From: Alexandre Oliva Date: Sat, 19 Sep 1998 18:30:30 +0000 (+0000) Subject: removed XFAIL mark; it will be back in a few weeks if the failure remains X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec9c05e3eced7922120dadac0991e495c7849375;p=gcc.git removed XFAIL mark; it will be back in a few weeks if the failure remains From-SVN: r22480 --- 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 {}; };