summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/synchronized.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/synchronized.m')
-rw-r--r--test/CodeGenObjC/synchronized.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/synchronized.m b/test/CodeGenObjC/synchronized.m
index b398ca6c0a59..8147cd1e235f 100644
--- a/test/CodeGenObjC/synchronized.m
+++ b/test/CodeGenObjC/synchronized.m
@@ -1,5 +1,5 @@
-// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin9 -o %t %s -O2 &&
-// RUN: grep 'ret i32' %t | count 1 &&
+// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin9 -o %t %s -O2
+// RUN: grep 'ret i32' %t | count 1
// RUN: grep 'ret i32 1' %t | count 1
@interface MyClass