summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/raw-dylib-c/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/raw-dylib-c/lib.rs')
-rw-r--r--src/test/run-make/raw-dylib-c/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/raw-dylib-c/lib.rs b/src/test/run-make/raw-dylib-c/lib.rs
index 005ffcdda..5fb120403 100644
--- a/src/test/run-make/raw-dylib-c/lib.rs
+++ b/src/test/run-make/raw-dylib-c/lib.rs
@@ -1,4 +1,4 @@
-#![feature(raw_dylib, native_link_modifiers_verbatim)]
+#![feature(raw_dylib)]
#[link(name = "extern_1.dll", kind = "raw-dylib", modifiers = "+verbatim")]
extern {