From 386c8529ddcd9d50f52ff12eec084dee39a6eb1d Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 26 Oct 1998 07:32:06 -0500 Subject: [PATCH] fix From-SVN: r23355 --- gcc/testsuite/g++.old-deja/g++.robertl/eb26.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.30.2