OSDN Git Service

* g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Nov 2000 17:09:33 +0000 (17:09 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Nov 2000 17:09:33 +0000 (17:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37343 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.brendan/err-msg8.C

index 79029d9..2180234 100644 (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>
 
index a2ad4df..009d5cc 100644 (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.*