Skip to content

Commit 72588a2

Browse files
committed
Skip print-stdout-eprint-stderr test on emscripten
1 parent 4ab3bcb commit 72588a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/print-stdout-eprint-stderr.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-emscripten spawning processes is not supported
12+
1113
use std::{env, process};
1214

1315
fn child() {

0 commit comments

Comments
 (0)