]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/catch-unwind-bang.rs
Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors
[rust.git] / src / test / ui / catch-unwind-bang.rs
index b31b5cab5b724aeaffb98b13f376ca6dbde1cad4..fb3503937cb54a0fa62605f8bdc78225bde8edb8 100644 (file)
@@ -1,6 +1,5 @@
 // run-pass
 // needs-unwind
-// ignore-wasm32-bare compiled with panic=abort by default
 
 fn worker() -> ! {
     panic!()