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

5 lines
67 B
Rust
Raw Normal View History

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