Mark linux-getrandom-fallback test as needs-unwind

Fixes test failures on {aarch64*-none, armv7r-eabihf, thumbv7em-eabi*} targets which
have panic=abort by default
This commit is contained in:
Rachel Barker
2026-06-25 14:27:34 +01:00
parent d3e3e6781f
commit 3886e7ff0d
+1
View File
@@ -1,5 +1,6 @@
//@ only-linux
//@ run-pass
//@ needs-unwind
#![feature(random)]
#![feature(rustc_private)]