aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/property-setter-attr.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/property-setter-attr.m')
-rw-r--r--test/CodeGenObjC/property-setter-attr.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-setter-attr.m b/test/CodeGenObjC/property-setter-attr.m
index 390392415d73..5f0edf8271e7 100644
--- a/test/CodeGenObjC/property-setter-attr.m
+++ b/test/CodeGenObjC/property-setter-attr.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s
+// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s &&
// RUN: grep -e "SiSetOtherThings:" %t
@interface A