From: Bill Wendling Date: Wed, 23 Jan 2013 23:04:29 +0000 (+0000) Subject: The diagnostic is now a warning instead of an error. Also don't check lines beginning... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e697aa6704dbc9c4c693ac5cdb60dbc791920d2;p=clang The diagnostic is now a warning instead of an error. Also don't check lines beginning with '#', since they could contain a path with the unexpected word in them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173305 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 "