Skip to content

Commit 842bf7c

Browse files
author
Eric Holk
committed
Un-XFAILing spawn tests.
1 parent da0e0b6 commit 842bf7c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/test/run-pass/spawn.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
42
// -*- rust -*-
53

64
fn main() {

src/test/run-pass/spawn2.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
42
// -*- rust -*-
53

6-
use std;
7-
84
fn main() {
95
spawn child(10, 20);
106
}

0 commit comments

Comments
 (0)