diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.oliva/ns1.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/ns1.C b/gcc/testsuite/g++.old-deja/g++.oliva/ns1.C index f26559e..179f1e1 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/ns1.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/ns1.C @@ -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 }; } |