Un-xfail working test cases

This commit is contained in:
Tim Chevalier 2011-06-14 13:58:10 -07:00
parent df27699a57
commit 206429e075
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,4 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// xfail-stage3
// error-pattern:explicit failure
use std;
import std::option::*;
@ -18,4 +15,4 @@ fn main() {
}
};
foo(i);
}
}

View File

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern:explicit failure
fn f() -> ! { fail }