aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-06-16 20:19:55 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-06-16 20:19:55 +0000
commit22b2bc8403f9106c057b10bbbf1cac9f179a2bb6 (patch)
tree41362860dd631b6893dfac5ba110e6df7586119c
parentc7c9058f4977ef4584d68718e23f34504b150ef4 (diff)
[arcmt] Fix test for MSVC build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133183 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 719568038b..84db102dc5 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 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
+// RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -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 27bb3cb3e0..7f0906ba1d 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 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
+// RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
// RUN: diff %t %s.result
typedef int BOOL;