Skip to content

Commit

Permalink
Skip print-stdout-eprint-stderr test on emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
zackw committed May 10, 2017
1 parent 4ab3bcb commit 72588a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/print-stdout-eprint-stderr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-emscripten spawning processes is not supported

use std::{env, process};

fn child() {
Expand Down

0 comments on commit 72588a2

Please sign in to comment.