Commit 2e185155 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r59733
parent 4ff38cd5
2002-12-02 Mark Mitchell <mark@codesourcery.com>
* g++.dg/template/varmod1.C: Fix typo.
2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
DR 180
......
......@@ -6,5 +6,5 @@ void bar()
{
int i;
int A[i][i];
foo(A); // { dg-error }
foo(A); // { dg-error "" }
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment