summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-06-16 17:13:30 +0000
committerJohn McCall <rjmccall@apple.com>2011-06-16 17:13:30 +0000
commitb29f52727c5b42d2825afbdd4759b81136266e0e (patch)
tree1c9c3cc20ae215b373208d39ea9d9674382a9b1b
parentf5a0ca46b6d5d20e6c73fa6a57d9d234a4d7d769 (diff)
downloadbcm5719-llvm-b29f52727c5b42d2825afbdd4759b81136266e0e.tar.gz
bcm5719-llvm-b29f52727c5b42d2825afbdd4759b81136266e0e.zip
Give arcmt-test an explicit triple for this test.
llvm-svn: 133165
-rw-r--r--clang/test/ARCMT/with-working-dir.m2
-rw-r--r--clang/test/ARCMT/with-working-dir.m.result2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/ARCMT/with-working-dir.m b/clang/test/ARCMT/with-working-dir.m
index ebfd9003788..719568038b5 100644
--- a/clang/test/ARCMT/with-working-dir.m
+++ b/clang/test/ARCMT/with-working-dir.m
@@ -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;
diff --git a/clang/test/ARCMT/with-working-dir.m.result b/clang/test/ARCMT/with-working-dir.m.result
index 19cdec48aa1..27bb3cb3e0f 100644
--- a/clang/test/ARCMT/with-working-dir.m.result
+++ b/clang/test/ARCMT/with-working-dir.m.result
@@ -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;
OpenPOWER on IntegriCloud