Skip to content

Commit 9371a1a

Browse files
committed
Un-xfail two tests under check-fast
Closes #937. Fixed by majick.
1 parent 7e046ed commit 9371a1a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/run-pass/linked-failure.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-fast
32
// error-pattern:1 == 2
43
use std;
54
import std::task;

src/test/run-pass/lots-a-fail.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// FIXME: Importing std::task doesn't work under check-fast?!
2-
// xfail-fast
32
use std;
43
import std::task;
54
import std::comm;

0 commit comments

Comments
 (0)