aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/no-vararg-messaging.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/no-vararg-messaging.m')
-rw-r--r--test/CodeGenObjC/no-vararg-messaging.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/no-vararg-messaging.m b/test/CodeGenObjC/no-vararg-messaging.m
index 6747c0c9e4ef..3f9d934ec88f 100644
--- a/test/CodeGenObjC/no-vararg-messaging.m
+++ b/test/CodeGenObjC/no-vararg-messaging.m
@@ -1,5 +1,5 @@
// REQUIRES: x86-64-registered-target
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -S -o - %s | FileCheck %s
// rdar://9048030
@interface Foo