diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/digraph2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/digraph2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/digraph2.c b/gcc/testsuite/gcc.dg/cpp/digraph2.c index 16fcbae..293cafa 100644 --- a/gcc/testsuite/gcc.dg/cpp/digraph2.c +++ b/gcc/testsuite/gcc.dg/cpp/digraph2.c @@ -13,7 +13,7 @@ int main (int argc, char *argv[]) /* Place this after main () so we get to test both the compiler above and the preprocessor below. */ -%:define glue +%:define glue /* { dg-error "expected declaration" } */ #ifdef glue #error glue is defined! #endif |