Alp Toker | 810940f | 2014-01-17 03:21:54 +0000 | [diff] [blame^] | 1 | // RUN: not %clang %s -verify 2>&1 | FileCheck %s |
2 | // RUN: %clang -cc1 -verify %s | ||||
3 | // expected-no-diagnostics | ||||
4 | |||||
5 | // Test that -verify is strictly rejected as unknown by the driver. | ||||
6 | // CHECK: unknown argument: '-verify' |