fixed
authorJason Merrill <jason@gcc.gnu.org>
Sat, 24 Jun 2000 22:27:43 +0000 (18:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 24 Jun 2000 22:27:43 +0000 (18:27 -0400)
From-SVN: r34688

gcc/testsuite/g++.old-deja/g++.oliva/ns1.C

index f26559e..179f1e1 100644 (file)
@@ -1,6 +1,6 @@
 // Build don't link:
 
-// Copyright (C) 1999 Free Software Foundation
+// Copyright (C) 1999, 2000 Free Software Foundation
 
 // by Alexandre Oliva <oliva@dcc.unicamp.br>
 // based on bug report by Dima Volodin <dvv@dvv.ru>
@@ -8,6 +8,6 @@
 void foo();
 namespace bar {
   class baz {
-    friend void ::foo(); // gets bogus error - parse error - XFAIL *-*-*
+    friend void ::foo(); // gets bogus error - parse error
   };
 }