diff options
Diffstat (limited to 'test/Driver/Wp-args.c')
-rw-r--r-- | test/Driver/Wp-args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/Wp-args.c b/test/Driver/Wp-args.c index e072263..0ab85b4 100644 --- a/test/Driver/Wp-args.c +++ b/test/Driver/Wp-args.c @@ -1,7 +1,7 @@ // Check that we extract -MD from '-Wp,-MD,FOO', which is used by a number of // major projects (e.g., FireFox and the Linux Kernel). -// RUN: %clang --ccc-host-triple i386-pc-linux-gnu -### \ +// RUN: %clang --target i386-pc-linux-gnu -### \ // RUN: -Wp,-MD,FOO.d -fsyntax-only %s 2> %t // RUN: FileCheck < %t %s // |