aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/instance-method-metadata.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/instance-method-metadata.m')
-rw-r--r--test/CodeGenObjC/instance-method-metadata.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/instance-method-metadata.m b/test/CodeGenObjC/instance-method-metadata.m
index 4e752c0061..ec24c287a3 100644
--- a/test/CodeGenObjC/instance-method-metadata.m
+++ b/test/CodeGenObjC/instance-method-metadata.m
@@ -1,5 +1,5 @@
// REQUIRES: x86-64-registered-target
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -S -o %t %s
// RUN: FileCheck < %t %s
// rdar://9072317