diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/directiv.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/directiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/directiv.c b/gcc/testsuite/gcc.dg/cpp/directiv.c index 622f7a3471a..cbf4ac6501c 100644 --- a/gcc/testsuite/gcc.dg/cpp/directiv.c +++ b/gcc/testsuite/gcc.dg/cpp/directiv.c @@ -28,7 +28,7 @@ EMPTY #define bar /* Check that directives always start a line, even if in middle of macro expansion. */ #define func(x) x -func (2 /* { dg-error "unterminated" "" { target *-*-* } 32 } */ +func (2 /* { dg-error "unterminated" "" } */ #define foobar /* { dg-error "directives may not" } */ /* Check newlines end directives, even in function-like macro |