summaryrefslogtreecommitdiff
path: root/tests/run-make/raw-dylib-inline-cross-dylib/driver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/raw-dylib-inline-cross-dylib/driver.rs')
-rw-r--r--tests/run-make/raw-dylib-inline-cross-dylib/driver.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/raw-dylib-inline-cross-dylib/driver.rs b/tests/run-make/raw-dylib-inline-cross-dylib/driver.rs
index f72ded7d9f6..0c3125be6f5 100644
--- a/tests/run-make/raw-dylib-inline-cross-dylib/driver.rs
+++ b/tests/run-make/raw-dylib-inline-cross-dylib/driver.rs
@@ -1,5 +1,3 @@
-#![feature(raw_dylib)]
-
extern crate raw_dylib_test;
extern crate raw_dylib_test_wrapper;