summaryrefslogtreecommitdiff
path: root/test/Parser/objc-init.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/objc-init.m')
-rw-r--r--test/Parser/objc-init.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/objc-init.m b/test/Parser/objc-init.m
index 32ba948f472de..074820526c939 100644
--- a/test/Parser/objc-init.m
+++ b/test/Parser/objc-init.m
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s -pedantic
-// RUN: %clang_cc1 -fsyntax-only -verify -x objective-c++ %s
+// RUN: %clang_cc1 -fsyntax-only -fobjc-fragile-abi -verify %s -pedantic
+// RUN: %clang_cc1 -fsyntax-only -fobjc-fragile-abi -verify -x objective-c++ %s
// rdar://5707001
@interface NSNumber;