summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/overloadable.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/overloadable.m')
-rw-r--r--clang/test/CodeGenObjC/overloadable.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/overloadable.m b/clang/test/CodeGenObjC/overloadable.m
index 7e9cc3d3b36..bd3aff81b97 100644
--- a/clang/test/CodeGenObjC/overloadable.m
+++ b/clang/test/CodeGenObjC/overloadable.m
@@ -1,9 +1,9 @@
// rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o %t &&
+// RUN: clang-cc -emit-llvm %s -o %t
@class C;
-// RUN: grep _Z1fP11objc_object %t | count 1 &&
+// RUN: grep _Z1fP11objc_object %t | count 1
void __attribute__((overloadable)) f(id c) { }
// RUN: grep _Z1fP1C %t | count 1
OpenPOWER on IntegriCloud