mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Un-xfail working test cases
This commit is contained in:
parent
df27699a57
commit
206429e075
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
// xfail-stage0
|
||||
// error-pattern:explicit failure
|
||||
|
||||
fn f() -> ! { fail }
|
||||
|
Loading…
Reference in New Issue
Block a user