aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/deadcode_strip_used_var.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/deadcode_strip_used_var.m')
-rw-r--r--test/CodeGenObjC/deadcode_strip_used_var.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenObjC/deadcode_strip_used_var.m b/test/CodeGenObjC/deadcode_strip_used_var.m
index 444cf766f7dd..d2548fdec85b 100644
--- a/test/CodeGenObjC/deadcode_strip_used_var.m
+++ b/test/CodeGenObjC/deadcode_strip_used_var.m
@@ -1,6 +1,6 @@
-// RUN: clang-cc %s -emit-llvm -o %t -triple i386-apple-darwin10 &&
-// RUN: grep "llvm.used" %t | count 1 &&
-// RUN: clang-cc %s -emit-llvm -o %t -triple x86_64-apple-darwin10 &&
+// RUN: clang-cc %s -emit-llvm -o %t -triple i386-apple-darwin10
+// RUN: grep "llvm.used" %t | count 1
+// RUN: clang-cc %s -emit-llvm -o %t -triple x86_64-apple-darwin10
// RUN: grep "llvm.used" %t | count 1