diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/paste4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/paste4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/paste4.c b/gcc/testsuite/gcc.dg/cpp/paste4.c index 4e575c2..8ada567 100644 --- a/gcc/testsuite/gcc.dg/cpp/paste4.c +++ b/gcc/testsuite/gcc.dg/cpp/paste4.c @@ -11,6 +11,6 @@ int main () { - double d = glue (1.0e, +1); /* { dg-error "exponent|(parse|syntax) error" } */ + double d = glue (1.0e, +1); /* { dg-error "exponent|parse error|syntax error|expected" } */ return 0; } |