mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 18:50:12 +08:00
Correct error message pattern
From-SVN: r26456
This commit is contained in:
parent
cda749b144
commit
3595bef688
@ -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 } } */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user