summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc2-weak-import-attribute.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/objc2-weak-import-attribute.m')
-rw-r--r--test/CodeGenObjC/objc2-weak-import-attribute.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc2-weak-import-attribute.m b/test/CodeGenObjC/objc2-weak-import-attribute.m
index 946c79b5bcc5a..201e24b9e5ec6 100644
--- a/test/CodeGenObjC/objc2-weak-import-attribute.m
+++ b/test/CodeGenObjC/objc2-weak-import-attribute.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fobjc-nonfragile-abi -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s
__attribute__((weak_import)) @interface WeakRootClass @end