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:
parent
0b42deaccc
commit
ea68758299
62 changed files with 63 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
// run-pass
|
||||
// needs-unwind
|
||||
// ignore-wasm32-bare compiled with panic=abort by default
|
||||
// compile-flags: -C debug_assertions=yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue