From: Bill Wendling Date: Wed, 23 Jan 2013 23:07:21 +0000 (+0000) Subject: Don't check lines beginning with '#', since they could contain a path with the unexpe... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f169f8645ffbecf7f9bfed48c02915f34a377f5;p=clang 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@173307 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/disabled-cond-diags.c b/test/Preprocessor/disabled-cond-diags.c index 531842a731..40c9f44d92 100644 --- a/test/Preprocessor/disabled-cond-diags.c +++ b/test/Preprocessor/disabled-cond-diags.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -E %s 2>&1 | not grep "warning\|error" +// RUN: %clang_cc1 -E %s 2>&1 | grep -v '^#' | not grep "warning\|error" #if 0