* g++.dg/template/varmod1.C: Fix typo.

From-SVN: r59951
This commit is contained in:
Mark Mitchell 2002-12-09 00:54:17 +00:00 committed by Kaveh Ghazi
parent d5dea567a7
commit e3255f62a3
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -6,5 +6,5 @@ void bar()
{
int i;
int A[i][i];
foo(A); // { dg-error }
foo(A); // { dg-error "" }
}