about summary refs log tree commit diff
path: root/tests/codegen-llvm/meta-filecheck/revision-prefix.rs
blob: 431066e3acc07a19916f4b71f93a79ba7ce4e8fb (plain)
1
2
3
4
5
6
7
8
// The current revision name is registered as a filecheck prefix.

//@ revisions: GOOD BAD
//@ [BAD] should-fail

// GOOD: main
// BAD: text that should not match
fn main() {}