driver-verify.c 215 B

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