]> gcc.gnu.org Git - gcc.git/commitdiff
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 f26559eeafb4906a5832c8b42b29293433d76dca..179f1e1dddfe51e725e91ac6e0ef72f9167ba83d 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
   };
 }
This page took 0.066773 seconds and 5 git commands to generate.