diff options
Diffstat (limited to 'test/Lexer/block_cmt_end.c')
-rw-r--r-- | test/Lexer/block_cmt_end.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/block_cmt_end.c b/test/Lexer/block_cmt_end.c index 1f0eefddf2..d049c02872 100644 --- a/test/Lexer/block_cmt_end.c +++ b/test/Lexer/block_cmt_end.c @@ -26,7 +26,7 @@ next comment ends with a trigraph escaped newline: */ /* expected-warning {{escaped newline between}} expected-warning {{backslash and newline separated by space}} expected-warning {{trigraph ends block comment}} *??/ / -foo /* expected-error {{expected '=', ',', ';', 'asm', or '__attribute__' after declarator}} */ +foo /* expected-error {{invalid token after top level declarator}} */ // rdar://6060752 - We should not get warnings about trigraphs in comments: |