baec3076db
Any flags specified here will be passed to LLVM's `filecheck` tool, in tests that use that tool.
9 lines
204 B
Rust
9 lines
204 B
Rust
// Arguments provided via `filecheck-flags` should be passed to `filecheck`.
|
|
|
|
//@ revisions: good bad
|
|
//@ [good] filecheck-flags: --check-prefix=CUSTOM
|
|
//@ [bad] should-fail
|
|
|
|
// CUSTOM: main
|
|
fn main() {}
|