* g++.dg/template/spec23.C: Fix dg-error text.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 4 Apr 2005 08:18:55 +0000 (08:18 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 4 Apr 2005 08:18:55 +0000 (08:18 +0000)
From-SVN: r97527

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/spec23.C

index 207e824..a3691a6 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-04  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/template/spec23.C: Fix dg-error text.
+
 2005-04-03  Alexandre Oliva  <aoliva@redhat.com>
 
        PR c++/19199
index 15618b1..00272ad 100644 (file)
@@ -19,7 +19,7 @@ struct Bar
 
 Foo Quux (Bar const &b)
 {
-  return b; // { dg-error "ambiguous overload" "" }
+  return b; // { dg-error "ambiguous" "" }
 }