OSDN Git Service

fix
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 1998 12:32:06 +0000 (12:32 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Oct 1998 12:32:06 +0000 (12:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23355 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1f9cc12..2374b55 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;
 }