* g++.dg/template/spec23.C: Fix dg-error text.

From-SVN: r97527
This commit is contained in:
Nathan Sidwell 2005-04-04 08:18:55 +00:00 committed by Nathan Sidwell
parent d45d235367
commit edc3676fb0
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -19,7 +19,7 @@ struct Bar
Foo Quux (Bar const &b)
{
return b; // { dg-error "ambiguous overload" "" }
return b; // { dg-error "ambiguous" "" }
}