* g++.dg/lookup/new1.C: Fix dg-excess-error syntax.

From-SVN: r84433
This commit is contained in:
Giovanni Bajo 2004-07-10 02:13:54 +00:00
parent 31b66477d0
commit 17a916d4e6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
* g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
2004-07-09 James E Wilson <wilson@specifixinc.com>
PR target/16364

View File

@ -10,4 +10,4 @@ int main() {
return 0;
}
// { dg-excess-errors "operator new" "list of candidates" }
// { dg-excess-errors "operator new" }