summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/retains.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ARCMT/retains.m')
-rw-r--r--clang/test/ARCMT/retains.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/ARCMT/retains.m b/clang/test/ARCMT/retains.m
index fa90f218dd5..60283a695ff 100644
--- a/clang/test/ARCMT/retains.m
+++ b/clang/test/ARCMT/retains.m
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fobjc-nonfragile-abi -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fobjc-nonfragile-abi -fsyntax-only -x objective-c %s > %t
+// RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
+// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
// RUN: diff %t %s.result
#include "Common.h"
OpenPOWER on IntegriCloud