From: John McCall Date: Thu, 16 Jun 2011 17:13:30 +0000 (+0000) Subject: Give arcmt-test an explicit triple for this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16f971fc485f08547230d54d9f74d5b3866214e5;p=clang 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 --- 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;