diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2022-03-05 00:11:46 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2022-03-05 16:16:51 +0100 |
| commit | 0254e318b820d79bb448d4d22d93e345e67b25eb (patch) | |
| tree | 40bf4c40d80fe95aa1cbcbca0fa71f21e08e003e | |
| parent | aa36237e1604de6a2a6275f5580c9d680d627c2f (diff) | |
| download | rust-0254e318b820d79bb448d4d22d93e345e67b25eb.tar.gz rust-0254e318b820d79bb448d4d22d93e345e67b25eb.zip | |
Restrict oom_unwind test to Linux
| -rw-r--r-- | src/test/ui/oom_unwind.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
