diff options
Diffstat (limited to 'test/CodeGen/constant-comparison.c')
-rw-r--r-- | test/CodeGen/constant-comparison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/constant-comparison.c b/test/CodeGen/constant-comparison.c index ea3e896..3089ae4 100644 --- a/test/CodeGen/constant-comparison.c +++ b/test/CodeGen/constant-comparison.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o - 2>&1 | not grep warning && +// RUN: clang-cc -emit-llvm %s -o - 2>&1 | not grep warning // RUN: clang-cc -emit-llvm %s -o - | grep @b | count 1 int a, b; |