From 0254e318b820d79bb448d4d22d93e345e67b25eb Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sat, 5 Mar 2022 00:11:46 +0000 Subject: [PATCH] Restrict oom_unwind test to Linux --- src/test/ui/oom_unwind.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/ui/oom_unwind.rs b/src/test/ui/oom_unwind.rs index 7742d6f8372..d036c817a0e 100644 --- a/src/test/ui/oom_unwind.rs +++ b/src/test/ui/oom_unwind.rs @@ -2,6 +2,7 @@ // run-pass // no-prefer-dynamic // needs-unwind +// only-linux #![feature(bench_black_box)]