aboutsummaryrefslogtreecommitdiff
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
commit16f971fc485f08547230d54d9f74d5b3866214e5 (patch)
tree26bd93f36f1628e8066f12d1d99ca9071fb33389
parentdbfb371e297794e827ad2e5b33b45fafbfc46b29 (diff)
Give arcmt-test an explicit triple for this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133165 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/ARCMT/with-working-dir.m2
-rw-r--r--test/ARCMT/with-working-dir.m.result2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ARCMT/with-working-dir.m b/test/ARCMT/with-working-dir.m
index ebfd900378..719568038b 100644
--- a/test/ARCMT/with-working-dir.m
+++ b/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/test/ARCMT/with-working-dir.m.result b/test/ARCMT/with-working-dir.m.result
index 19cdec48aa..27bb3cb3e0 100644
--- a/test/ARCMT/with-working-dir.m.result
+++ b/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;