mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00

Matching up the argument order in r199455's two RUN lines better demonstrates what's going on. llvm-svn: 199456
7 lines
215 B
C
7 lines
215 B
C
// RUN: not %clang -verify %s 2>&1 | FileCheck %s
|
|
// RUN: %clang -cc1 -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
// Test that -verify is strictly rejected as unknown by the driver.
|
|
// CHECK: unknown argument: '-verify'
|