fix
authorJason Merrill <jason@gcc.gnu.org>
Mon, 26 Oct 1998 12:32:06 +0000 (07:32 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Oct 1998 12:32:06 +0000 (07:32 -0500)
From-SVN: r23355

gcc/testsuite/g++.old-deja/g++.robertl/eb26.C

index 1f9cc126f63f912af1ea6da0df04e52088c25ff0..2374b5573463e6610f11e463ddecc75477763a2b 100644 (file)
@@ -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;
 }