add //@ needs-unwind to test

This commit is contained in:
beepster4096 2025-07-25 13:42:45 -07:00
parent ba55f20f43
commit ccc2f78c37

View file

@ -1,5 +1,6 @@
// skip-filecheck
//@ test-mir-pass: ElaborateDrops
//@ needs-unwind
#![feature(allocator_api)]
// Regression test for #131082.