Update test case to use not tool.

llvm-svn: 152664
This commit is contained in:
Chad Rosier 2012-03-13 20:31:40 +00:00
parent 3dc531ef44
commit 8028640704
1 changed files with 2 additions and 2 deletions

View 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