Un-XFAILing spawn tests.

This commit is contained in:
Eric Holk
2011-05-24 15:06:45 -07:00
parent da0e0b6f5e
commit 842bf7cad1
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -1,6 +1,4 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// -*- rust -*-
fn main() {
-4
View File
@@ -1,10 +1,6 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// -*- rust -*-
use std;
fn main() {
spawn child(10, 20);
}