forked from OSchip/llvm-project
parent
3dc531ef44
commit
8028640704
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue