]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-10626.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / run-pass / issue-10626.rs
index 0d8f22254857db7ee9376dca003537fc9c92fb04..c81e16ebb7c60f3c62b4303112783fec5c03efc1 100644 (file)
@@ -12,8 +12,6 @@
 // Make sure that if a process doesn't have its stdio/stderr descriptors set up
 // that we don't die in a large ball of fire
 
-#![feature(old_io)]
-
 use std::env;
 use std::process::{Command, Stdio};