diff options
Diffstat (limited to 'test/Driver/target-triple-deployment.c')
-rw-r--r-- | test/Driver/target-triple-deployment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/target-triple-deployment.c b/test/Driver/target-triple-deployment.c index 4f5de59e73d83..b59f81a0106f6 100644 --- a/test/Driver/target-triple-deployment.c +++ b/test/Driver/target-triple-deployment.c @@ -1,5 +1,5 @@ // RUN: touch %t.o -// RUN: %clang -target x86_64-apple-macosx -### %t.o 2> %t.log +// RUN: %clang -target x86_64-apple-macosx10.4 -### %t.o 2> %t.log // RUN: %clang -target x86_64-apple-darwin9 -### %t.o 2>> %t.log // RUN: %clang -target x86_64-apple-macosx10.7 -### %t.o 2>> %t.log // |