diff options
Diffstat (limited to 'test/Driver/Wp-args.c')
-rw-r--r-- | test/Driver/Wp-args.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/Wp-args.c b/test/Driver/Wp-args.c index 1d1af24..e01e2a2 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 --target 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 // @@ -12,7 +12,7 @@ // // PR4062 -// RUN: %clang --target i386-pc-linux-gnu -### \ +// RUN: %clang -target i386-pc-linux-gnu -### \ // RUN: -Wp,-MMD -fsyntax-only %s 2> %t // RUN: FileCheck -check-prefix MMD < %t %s |