]> granicus.if.org Git - clang/commitdiff
[arcmt] Fix the test when running in Lion.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 16 Jun 2011 17:28:31 +0000 (17:28 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 16 Jun 2011 17:28:31 +0000 (17:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133167 91177308-0d34-0410-b5e6-96231b3b80d8

test/ARCMT/assign-prop-no-arc-runtime.m
test/ARCMT/assign-prop-no-arc-runtime.m.result

index 83c0107682d3a8cee119cb42ac3a8215d8aa75a3..c65ef6879fb1f091758867671cb68aa0c7df61c1 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -fobjc-no-arc-runtime -x objective-c %s.result
-// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only %s > %t
+// RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fobjc-nonfragile-abi -fsyntax-only %s > %t
 // RUN: diff %t %s.result
 
 #include "Common.h"
index f5a33c582bdf9f3f8c1e5155f1e93efac1e0a82a..6093fd3c55ca94b336548476b56d6705a11442c1 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -fobjc-no-arc-runtime -x objective-c %s.result
-// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only %s > %t
+// RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fobjc-nonfragile-abi -fsyntax-only %s > %t
 // RUN: diff %t %s.result
 
 #include "Common.h"