Ignore crash test that doesn't crash on Apple platforms

This wasn't caught by CI, because debug assertions aren't enabled there.
This commit is contained in:
Mads Marquart 2025-09-27 14:40:38 +02:00
parent 959b450747
commit 07ed247d3c

View file

@ -1,5 +1,6 @@
//@ known-bug: #120175
//@ needs-rustc-debug-assertions
//@ ignore-apple (raw-dylib doesn't work on Apple targets yet)
#![feature(extern_types)]
#![feature(raw_dylib_elf)]