aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/gc-weak-attribute.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/gc-weak-attribute.m')
-rw-r--r--test/CodeGenObjC/gc-weak-attribute.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/gc-weak-attribute.m b/test/CodeGenObjC/gc-weak-attribute.m
index 44a9177663..032c7c6beb 100644
--- a/test/CodeGenObjC/gc-weak-attribute.m
+++ b/test/CodeGenObjC/gc-weak-attribute.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o - %s | FileCheck %s
// rdar://10073896
@interface I