rust/src/test/compile-fail/fail-simple.rs
Brian Anderson 7c8ee712be Fix the error-pattern on compile-fail/fail-simple
Recent changes to the fail statement changed the way the parser errors in this
scenario.
2011-07-02 00:06:58 -07:00

7 lines
76 B
Rust

// -*- rust -*-
// error-pattern:unexpected token
fn main() {
fail @ ;
}