forked from OSchip/llvm-project
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.
llvm-svn: 173305
This commit is contained in:
parent
6442a974b7
commit
958d8f2fcd
|
@ -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
|
||||
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue