diff options
-rw-r--r-- | test/Lexer/badstring_in_if0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/badstring_in_if0.c b/test/Lexer/badstring_in_if0.c index 486dcf221a..18ebc1efbf 100644 --- a/test/Lexer/badstring_in_if0.c +++ b/test/Lexer/badstring_in_if0.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -E %s 2>&1 | not grep error +// RUN: %clang_cc1 -E %s 2>&1 | grep -v '^#' | not grep warning #if 0 " |