summaryrefslogtreecommitdiff
path: root/test/CodeGen/unwind-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/unwind-attr.c')
-rw-r--r--test/CodeGen/unwind-attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/unwind-attr.c b/test/CodeGen/unwind-attr.c
index 86036f94b981..1148ba10315e 100644
--- a/test/CodeGen/unwind-attr.c
+++ b/test/CodeGen/unwind-attr.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo()" | not grep nounwind &&
+// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo()" | not grep nounwind
// RUN: clang-cc -emit-llvm -o - %s | grep "@foo()" | grep nounwind
int foo(void) {