Add needs-unwind to tests that depend on panicking

This directive isn't automatically set by compiletest or x.py, but can
be turned on manually for targets that require it.
This commit is contained in:
David Koloski 2021-12-03 15:32:51 +00:00
parent 0b42deaccc
commit ea68758299
62 changed files with 63 additions and 2 deletions

View file

@ -1,4 +1,5 @@
// run-pass
// needs-unwind
// ignore-wasm32-bare compiled with panic=abort by default
// compile-flags: -C debug_assertions=yes