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