Skip to content
Snippets Groups Projects
Commit cf3a6c44 authored by Chad Rosier's avatar Chad Rosier
Browse files

Update test case to use not tool.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152664 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2dec85b2
No related branches found
No related tags found
No related merge requests found
// Parse diagnostic arguments in the driver // Parse diagnostic arguments in the driver
// PR12181 // PR12181
// RUN: !%clang -target x86_64-apple-darwin10 \ // RUN: not %clang -target x86_64-apple-darwin10 \
// RUN: -fsyntax-only -fzyzzybalubah \ // RUN: -fsyntax-only -fzyzzybalubah \
// RUN: -Werror=unused-command-line-argument %s // 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 // RUN: -fsyntax-only -fzyzzybalubah -Werror %s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment