Commit edc3676f by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r97527
parent d45d2353
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
......
......@@ -19,7 +19,7 @@ struct Bar
Foo Quux (Bar const &b)
{
return b; // { dg-error "ambiguous overload" "" }
return b; // { dg-error "ambiguous" "" }
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment