]> granicus.if.org Git - clang/commitdiff
Give arcmt-test an explicit triple for this test.
authorJohn McCall <rjmccall@apple.com>
Thu, 16 Jun 2011 17:13:30 +0000 (17:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 16 Jun 2011 17:13:30 +0000 (17:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133165 91177308-0d34-0410-b5e6-96231b3b80d8

test/ARCMT/with-working-dir.m
test/ARCMT/with-working-dir.m.result

index ebfd9003788082b14cab030b3d7c4d7a3647a98e..719568038b58803d288d5ffcfe75c8817ac427af 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: arcmt-test --args -working-directory %S with-working-dir.m > %t
+// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
 // RUN: diff %t %s.result
 
 typedef int BOOL;
index 19cdec48aa1c935f4ce83ec1818f5ade371950a6..27bb3cb3e0fb74b70febf8e069523b963ba91ed3 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: arcmt-test --args -working-directory %S with-working-dir.m > %t
+// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
 // RUN: diff %t %s.result
 
 typedef int BOOL;