summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc2-ivar-assign.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/objc2-ivar-assign.m')
-rw-r--r--test/CodeGenObjC/objc2-ivar-assign.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGenObjC/objc2-ivar-assign.m b/test/CodeGenObjC/objc2-ivar-assign.m
index cfdf87f2f12b..8e9a872f93f3 100644
--- a/test/CodeGenObjC/objc2-ivar-assign.m
+++ b/test/CodeGenObjC/objc2-ivar-assign.m
@@ -1,6 +1,5 @@
-// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s &&
-// RUN: grep objc_assign_ivar %t | count 6 &&
-// RUN: true
+// RUN: clang-cc -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
+// RUN: grep objc_assign_ivar %t | count 6
@interface I @end