about summary refs log tree commit diff
path: root/tests/coverage/abort.coverage
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-08-25 13:52:51 +0100
committerGary Guo <gary@garyguo.net>2024-06-19 13:54:55 +0100
commit5812b1fd124768991b690621654aea3eea7400f4 (patch)
treebab6eb440e05f8aea666718c91a5bfb7a70f1e27 /tests/coverage/abort.coverage
parentebdfcd93a3a71bde87be117bdb9e01e0ade34981 (diff)
downloadrust-5812b1fd124768991b690621654aea3eea7400f4.tar.gz
rust-5812b1fd124768991b690621654aea3eea7400f4.zip
Remove c_unwind from tests and fix tests
Diffstat (limited to 'tests/coverage/abort.coverage')
-rw-r--r--tests/coverage/abort.coverage1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/coverage/abort.coverage b/tests/coverage/abort.coverage
index b658a656259..29e3ad5eda7 100644
--- a/tests/coverage/abort.coverage
+++ b/tests/coverage/abort.coverage
@@ -1,4 +1,3 @@
-   LL|       |#![feature(c_unwind)]
    LL|       |#![allow(unused_assignments)]
    LL|       |
    LL|     12|extern "C" fn might_abort(should_abort: bool) {