Commit 3595bef6 by Zack Weinberg

Correct error message pattern

From-SVN: r26456
parent cda749b1
......@@ -9,5 +9,5 @@ func(void)
{
FOO(i
= 4)
else; /* { dg-error "syntax error" "error on this line" { target native } { 12 } } */
else; /* { dg-error "parse error" "error on this line" { target native } { 12 } } */
}
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