]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update test
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 14 Dec 1998 15:11:43 +0000 (15:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 14 Dec 1998 15:11:43 +0000 (15:11 +0000)
From-SVN: r24312

gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C

index b74e2640203fced44708fde24bced47de9afff48..abb956f87976bf2a0d12fa9911a71a66ce077d00 100644 (file)
@@ -83,7 +83,7 @@ public:
 template <class T10, int i> struct Xfour {// ERROR - .*
   int T10; // ERROR - .*
   void f(){
-    char T10; // ERROR - .*
+    char T10;
   }
 };