fix markup

From-SVN: r145579
This commit is contained in:
Jason Merrill 2009-04-05 20:55:30 -04:00
parent 66375fe2b5
commit c450fb8b66

View File

@ -7,5 +7,5 @@ struct A
void foo(void)
{
A<void> a = 0; // dg-error { "A<void"> }
A<void> a = 0; // { dg-error "A<void>" }
}