diff options
-rw-r--r-- | test/ARCMT/with-working-dir.m | 2 | ||||
-rw-r--r-- | 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; |