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