aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ARCMT
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2015-03-02 21:46:17 +0000
committerFariborz Jahanian <fjahanian@apple.com>2015-03-02 21:46:17 +0000
commit6d2cd611bb56272b0ecdb168938fa805d87a4ad3 (patch)
treee70646a32594b043df429a9ae34ae52f8828b423 /clang/test/ARCMT
parent2d380312713753b170e1b480b28dbc0b04d272fa (diff)
downloadllvm-6d2cd611bb56272b0ecdb168938fa805d87a4ad3.zip
llvm-6d2cd611bb56272b0ecdb168938fa805d87a4ad3.tar.gz
llvm-6d2cd611bb56272b0ecdb168938fa805d87a4ad3.tar.bz2
Attempt to fix buildbot.
llvm-svn: 231019
Diffstat (limited to 'clang/test/ARCMT')
-rw-r--r--clang/test/ARCMT/objcmt-property-dot-syntax.m2
-rw-r--r--clang/test/ARCMT/objcmt-property-dot-syntax.m.result2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/ARCMT/objcmt-property-dot-syntax.m b/clang/test/ARCMT/objcmt-property-dot-syntax.m
index f2822e0..4ebfc24 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
diff --git a/clang/test/ARCMT/objcmt-property-dot-syntax.m.result b/clang/test/ARCMT/objcmt-property-dot-syntax.m.result
index 6091b48..d22f4f3 100644
--- a/clang/test/ARCMT/objcmt-property-dot-syntax.m.result
+++ b/clang/test/ARCMT/objcmt-property-dot-syntax.m.result
@@ -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