about summary refs log tree commit diff
path: root/src/test/ui/command/command-argv0.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/command/command-argv0.rs')
-rw-r--r--src/test/ui/command/command-argv0.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/command/command-argv0.rs b/src/test/ui/command/command-argv0.rs
index 56a9fb4d391..e3394e0567c 100644
--- a/src/test/ui/command/command-argv0.rs
+++ b/src/test/ui/command/command-argv0.rs
@@ -4,8 +4,6 @@
 // ignore-cloudabi no processes
 // ignore-emscripten no processes
 // ignore-sgx no processes
-#![feature(process_set_argv0)]
-
 use std::env;
 use std::os::unix::process::CommandExt;
 use std::process::Command;