diff options
Diffstat (limited to 'test/Driver/exceptions.m')
-rw-r--r-- | test/Driver/exceptions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/exceptions.m b/test/Driver/exceptions.m index 7d85fe3..9b747bb 100644 --- a/test/Driver/exceptions.m +++ b/test/Driver/exceptions.m @@ -1,4 +1,4 @@ -// RUN: %clang -ccc-host-triple x86_64-apple-darwin9 \ +// RUN: %clang -target x86_64-apple-darwin9 \ // RUN: -fsyntax-only -fno-exceptions %s void f1() { |