Tweak random thing to make windows build succeed. Awesome.

So, a recent commit made syntax-extension-fmt fail under check-fast.
This commit disables lots-a-fail under check-fast and voila! *grumble*
This commit is contained in:
Brian Anderson 2011-09-24 14:44:42 -07:00
parent e804352de4
commit 9029416e28

View File

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