From 22b2bc8403f9106c057b10bbbf1cac9f179a2bb6 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 16 Jun 2011 20:19:55 +0000 Subject: [PATCH] [arcmt] Fix test for MSVC build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133183 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ARCMT/with-working-dir.m | 2 +- test/ARCMT/with-working-dir.m.result | 2 +- 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; -- 2.50.1