Skip to content

Commit dd65d73

Browse files
japaricRalfJung
authored andcommitted
the test requires unwinding so we don't run it on the wasm32-bare target
1 parent 0703af2 commit dd65d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/panic-uninitialized-zeroed.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-wasm32-bare always compiled as panic=abort right now and this requires unwinding
1112
// This test checks that instantiating an uninhabited type via `mem::{uninitialized,zeroed}` results
1213
// in a runtime panic.
1314

0 commit comments

Comments
 (0)