]> granicus.if.org Git - clang/commitdiff
Update test case to use not tool.
authorChad Rosier <mcrosier@apple.com>
Tue, 13 Mar 2012 20:31:40 +0000 (20:31 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 13 Mar 2012 20:31:40 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152664 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/diagnostics.c

index 1330041ae47dbc5c049c80b188311e03b268bd7e..9abcdb67f4208d0e88d747222c0a2cfa6ac55023 100644 (file)
@@ -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