]> granicus.if.org Git - clang/commitdiff
Fix test case RUN: line (thanks Argiris)
authorDaniel Dunbar <daniel@zuster.org>
Mon, 18 Aug 2008 17:52:17 +0000 (17:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 18 Aug 2008 17:52:17 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54922 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/unwind-attr.c

index 4d54f4639b30e518598c6adbb0ad11f7b7f27eb6..92f43ecc9ae8c5b644c75b3a36bd07c8eb9d5999 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1
+// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 &&
 // RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
 
 int foo(void) {