Skip to content

Commit 206429e

Browse files
committed
Un-xfail working test cases
1 parent df27699 commit 206429e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/test/run-fail/alt-bot-fail.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
4-
// xfail-stage3
1+
// error-pattern:explicit failure
52
use std;
63
import std::option::*;
74

@@ -18,4 +15,4 @@ fn main() {
1815
}
1916
};
2017
foo(i);
21-
}
18+
}

src/test/run-fail/expr-fn-fail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
// error-pattern:explicit failure
32

43
fn f() -> ! { fail }

0 commit comments

Comments
 (0)