Un-XFAIL fail-arg

This commit is contained in:
Tim Chevalier 2011-07-03 11:56:23 -07:00
parent 046c25dbc0
commit b110bbf886

View File

@ -1,11 +1,9 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern:explicit failure
// error-pattern:woe
fn f(int a) {
log a;
}
fn main() {
f(fail);
f(fail "woe");
}