* g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.

From-SVN: r37343
This commit is contained in:
Nathan Sidwell 2000-11-09 17:09:33 +00:00 committed by Nathan Sidwell
parent 6c80a64553
commit 1caa7aba31
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/operator1.C: New test.
* g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
2000-11-09 Jakub Jelinek <jakub@redhat.com>

View File

@ -1,3 +1,4 @@
// Build don't link:
// GROUPS passed error-messages
operator int ;// ERROR - declaration of `operator int' as non-function.*
operator int ;
// ERROR - declaration of `operator int' as non-function.*