From: Jason Merrill Date: Mon, 26 Oct 1998 12:32:06 +0000 (-0500) Subject: fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=386c8529ddcd9d50f52ff12eec084dee39a6eb1d;p=gcc.git fix From-SVN: r23355 --- diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C index 1f9cc126f63..2374b557346 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C @@ -3,7 +3,6 @@ // cannot declare friend of enclosing class using its scope, works fine // without scope or for definition of foo::bar::f // -// excess errors test - XFAIL *-*-* class foo { @@ -18,6 +17,8 @@ public: }; }; +int foo::bar::x; + int foo::f() { return bar::x; }