rust/src/test/run-fail/doublefail.rs

5 lines
No EOL
67 B
Rust

//error-pattern:One
fn main() {
fail ~"One";
fail ~"Two";
}