summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/objcmt-property-dot-syntax.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ARCMT/objcmt-property-dot-syntax.m')
-rw-r--r--clang/test/ARCMT/objcmt-property-dot-syntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ARCMT/objcmt-property-dot-syntax.m b/clang/test/ARCMT/objcmt-property-dot-syntax.m
index f2822e0b888..4ebfc246b2e 100644
--- a/clang/test/ARCMT/objcmt-property-dot-syntax.m
+++ b/clang/test/ARCMT/objcmt-property-dot-syntax.m
@@ -3,7 +3,7 @@
// RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result
// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc %s.result
// RUN: rm -rf %t.1
-// RUN: %clang -fsyntax-only -objcmt-migrate-property-dot-syntax -Xclang -mt-migrate-directory -Xclang %t.1 %s -fobjc-arc -Xclang -triple -Xclang x86_64-apple-darwin11
+// RUN: %clang -fsyntax-only -objcmt-migrate-property-dot-syntax -Xclang -mt-migrate-directory -Xclang %t.1 %s -Xclang -triple -Xclang x86_64-apple-darwin11
// rdar://18498572
@interface NSObject @end
OpenPOWER on IntegriCloud