diff options
Diffstat (limited to 'tests/run-make/foreign-rust-exceptions/Makefile')
-rw-r--r-- | tests/run-make/foreign-rust-exceptions/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/foreign-rust-exceptions/Makefile b/tests/run-make/foreign-rust-exceptions/Makefile index 0d007bf1c..59cee2842 100644 --- a/tests/run-make/foreign-rust-exceptions/Makefile +++ b/tests/run-make/foreign-rust-exceptions/Makefile @@ -1,5 +1,6 @@ # ignore-cross-compile # ignore-i686-pc-windows-gnu +# needs-unwind # This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder # so cross-DLL unwinding does not work. |