diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/undef1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/undef1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/undef1.c b/gcc/testsuite/gcc.dg/cpp/undef1.c index 821d6545311..446fc93117d 100644 --- a/gcc/testsuite/gcc.dg/cpp/undef1.c +++ b/gcc/testsuite/gcc.dg/cpp/undef1.c @@ -9,6 +9,6 @@ #define foo(bar) bar -foo( blah /* { dg-error "unterminated" "" { target *-*-* } 13 } */ +foo( blah /* { dg-error "unterminated" "" } */ #undef foo /* { dg-error "may not be used inside" "foo(#undef foo)" } */ blah ) |