* g++.dg/other/error2.C: Tweak expected errors.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 25 Jul 2003 17:22:37 +0000 (17:22 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 25 Jul 2003 17:22:37 +0000 (17:22 +0000)
From-SVN: r69796

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/error2.C

index 534bd6b..1ee8ffb 100644 (file)
@@ -3,6 +3,7 @@
        PR c++/11617
        * g++.dg/template/lookup2.C: New test.
        * g++.dg/template/memclass1.C: Remove instantiated from error.
+       * g++.dg/other/error2.C: Tweak expected errors.
 
        PR c++/11596
        * g++.dg/template/defarg3.C: New test.
index 344be23..391115d 100644 (file)
@@ -10,5 +10,5 @@ namespace N
   class B { friend void operator>>(int, class B); };
   class N { friend void operator>>(int,class N); };
 } 
-void N::operator>>(int, N::B)  // { dg-error "`B' is not a member of `class N::N'|non-function|primary-expression" "" }
+void N::operator>>(int, N::B)  // { dg-error "`B' is not a member of|non-function|primary-expression" "" }
 { } // { dg-error "" "" }