Un-xfail two tests under check-fast

Closes #937. Fixed by majick.
This commit is contained in:
Brian Anderson 2011-09-19 18:23:34 -07:00
parent 7e046edebb
commit 9371a1ad12
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-fast
// error-pattern:1 == 2
use std;
import std::task;

View File

@ -1,5 +1,4 @@
// FIXME: Importing std::task doesn't work under check-fast?!
// xfail-fast
use std;
import std::task;
import std::comm;