the test requires unwinding so we don't run it on the wasm32-bare target

This commit is contained in:
Jorge Aparicio 2018-09-21 23:40:00 +02:00 committed by Ralf Jung
parent 0703af2a77
commit dd65d732ed

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-wasm32-bare always compiled as panic=abort right now and this requires unwinding
// This test checks that instantiating an uninhabited type via `mem::{uninitialized,zeroed}` results
// in a runtime panic.