summaryrefslogtreecommitdiffstats
path: root/tests/run-make/foreign-double-unwind/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/foreign-double-unwind/foo.rs')
-rw-r--r--tests/run-make/foreign-double-unwind/foo.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/foreign-double-unwind/foo.rs b/tests/run-make/foreign-double-unwind/foo.rs
index cae8aa940..c085480b4 100644
--- a/tests/run-make/foreign-double-unwind/foo.rs
+++ b/tests/run-make/foreign-double-unwind/foo.rs
@@ -1,8 +1,6 @@
// Tests that C++ double unwinding through Rust code will be properly guarded
// against instead of exhibiting undefined behaviour.
-#![feature(c_unwind)]
-
extern "C-unwind" {
fn throw_cxx_exception();
fn cxx_catch_callback(cb: extern "C-unwind" fn());