]> granicus.if.org Git - clang/commitdiff
Attempt to fix buildbot.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 2 Mar 2015 21:46:17 +0000 (21:46 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 2 Mar 2015 21:46:17 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231019 91177308-0d34-0410-b5e6-96231b3b80d8

test/ARCMT/objcmt-property-dot-syntax.m
test/ARCMT/objcmt-property-dot-syntax.m.result

index f2822e0b888c7babfbfc7d574ba418656b3ced53..4ebfc246b2e69933683d80855a3f6ef8686c8d4d 100644 (file)
@@ -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
index 6091b48e7732dda218d7ee8084fa3c9368ffa513..d22f4f353bad8d688f3d1c7ca473818ea0985cc1 100644 (file)
@@ -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