diff options
Diffstat (limited to 'clang/test/Rewriter/rewrite-constructor-init.mm')
-rw-r--r-- | clang/test/Rewriter/rewrite-constructor-init.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Rewriter/rewrite-constructor-init.mm b/clang/test/Rewriter/rewrite-constructor-init.mm index 534e7fa0440..f12de1f0329 100644 --- a/clang/test/Rewriter/rewrite-constructor-init.mm +++ b/clang/test/Rewriter/rewrite-constructor-init.mm @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp +// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-fragile-abi %s -o %t-rw.cpp // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp // rdar : // 8213998 |