1*67e74705SXin Li // RUN: not %clang -verify %s 2>&1 | FileCheck %s 2*67e74705SXin Li // RUN: %clang -cc1 -verify %s 3*67e74705SXin Li // expected-no-diagnostics 4*67e74705SXin Li 5*67e74705SXin Li // Test that -verify is strictly rejected as unknown by the driver. 6*67e74705SXin Li // CHECK: unknown argument: '-verify' 7