2014-01-17 11:35:04 +08:00
|
|
|
// RUN: not %clang -verify %s 2>&1 | FileCheck %s
|
2014-01-17 11:21:54 +08:00
|
|
|
// RUN: %clang -cc1 -verify %s
|
|
|
|
// expected-no-diagnostics
|
|
|
|
|
|
|
|
// Test that -verify is strictly rejected as unknown by the driver.
|
|
|
|
// CHECK: unknown argument: '-verify'
|