2012-03-14 04:09:56 +08:00
|
|
|
// Parse diagnostic arguments in the driver
|
|
|
|
// PR12181
|
|
|
|
|
2012-03-14 04:31:40 +08:00
|
|
|
// RUN: not %clang -target x86_64-apple-darwin10 \
|
2012-03-14 09:23:41 +08:00
|
|
|
// RUN: -fsyntax-only -fzyzzybalubah \
|
|
|
|
// RUN: -Werror=unused-command-line-argument %s
|
2012-03-14 04:09:56 +08:00
|
|
|
|
2012-03-14 04:31:40 +08:00
|
|
|
// RUN: not %clang -target x86_64-apple-darwin10 \
|
2012-03-14 09:23:41 +08:00
|
|
|
// RUN: -fsyntax-only -fzyzzybalubah -Werror %s
|