Change run-pass/lots-a-fail.rs from xfail-fast to xfail-win32

All failing tasks leak on windows now
This commit is contained in:
Brian Anderson 2011-10-20 16:00:09 -07:00
parent 0714bb5f7d
commit 28161fcf3c

View file

@ -1,4 +1,4 @@
// xfail-fast // xfail-win32 leaks
use std; use std;
import std::task; import std::task;
import std::comm; import std::comm;