Chad Rosier | 2dec85b | 2012-03-13 20:09:56 +0000 | [diff] [blame] | 1 | // Parse diagnostic arguments in the driver |
| 2 | // PR12181 |
| 3 | |
Chad Rosier | cf3a6c4 | 2012-03-13 20:31:40 +0000 | [diff] [blame^] | 4 | // RUN: not %clang -target x86_64-apple-darwin10 \ |
Chad Rosier | 2dec85b | 2012-03-13 20:09:56 +0000 | [diff] [blame] | 5 | // RUN: -fsyntax-only -fzyzzybalubah \ |
| 6 | // RUN: -Werror=unused-command-line-argument %s |
| 7 | |
Chad Rosier | cf3a6c4 | 2012-03-13 20:31:40 +0000 | [diff] [blame^] | 8 | // RUN: not %clang -target x86_64-apple-darwin10 \ |
Chad Rosier | 2dec85b | 2012-03-13 20:09:56 +0000 | [diff] [blame] | 9 | // RUN: -fsyntax-only -fzyzzybalubah -Werror %s |