summaryrefslogtreecommitdiff
path: root/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs')
-rw-r--r--tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs b/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs
index a99a04d5c6f..9e7bc3e53a1 100644
--- a/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs
+++ b/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs
@@ -1,5 +1,4 @@
#![crate_type = "staticlib"]
-#![feature(c_unwind)]
/// This function will panic if `x` is greater than 10.
///