]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/template/varmod1.C: Fix typo.
authorMark Mitchell <mark@codesourcery.com>
Mon, 9 Dec 2002 00:54:17 +0000 (00:54 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 9 Dec 2002 00:54:17 +0000 (00:54 +0000)
From-SVN: r59951

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/varmod1.C

index 22f9995b4a41721b3848737e2d6308e79a24b6ca..ac04decda601c9b91ce35c42c17b2ff4531b72d8 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/template/varmod1.C: Fix typo.
+
 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.c-torture/compile/20021204-1.c: New test.
index 21fdcb6b5299626e1e93610936b3483e78c07d3d..0747fe995877b85f31dd36f3597a68f1a920bac8 100644 (file)
@@ -6,5 +6,5 @@ void bar()
 {
   int i;
   int A[i][i]; 
-  foo(A); // { dg-error } 
+  foo(A); // { dg-error "" 
 }