diff options
-rw-r--r-- | test/Driver/diagnostics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/diagnostics.c b/test/Driver/diagnostics.c index 1330041ae4..9abcdb67f4 100644 --- a/test/Driver/diagnostics.c +++ b/test/Driver/diagnostics.c @@ -1,9 +1,9 @@ // Parse diagnostic arguments in the driver // PR12181 -// RUN: !%clang -target x86_64-apple-darwin10 \ +// RUN: not %clang -target x86_64-apple-darwin10 \ // RUN: -fsyntax-only -fzyzzybalubah \ // RUN: -Werror=unused-command-line-argument %s -// RUN: !%clang -target x86_64-apple-darwin10 \ +// RUN: not %clang -target x86_64-apple-darwin10 \ // RUN: -fsyntax-only -fzyzzybalubah -Werror %s |