diff options
| author | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-09-22 14:25:10 +0200 |
|---|---|---|
| committer | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-09-23 08:19:58 +0200 |
| commit | 0b0027fd2ed31e355fa560407a32c924f7f8cad3 (patch) | |
| tree | f5406930c2e6fc4d54535c718c71610709cfff90 /src/test/ui/drop/repeat-drop.rs | |
| parent | 7bfbaa3881fe0a6e4a12b4ff2197e044cb05aff8 (diff) | |
| download | rust-0b0027fd2ed31e355fa560407a32c924f7f8cad3.tar.gz rust-0b0027fd2ed31e355fa560407a32c924f7f8cad3.zip | |
Restore ignore tag
This test case actually requires std::process.
Diffstat (limited to 'src/test/ui/drop/repeat-drop.rs')
| -rw-r--r-- | src/test/ui/drop/repeat-drop.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/drop/repeat-drop.rs b/src/test/ui/drop/repeat-drop.rs index a43612e5d85..8fd46ecaf44 100644 --- a/src/test/ui/drop/repeat-drop.rs +++ b/src/test/ui/drop/repeat-drop.rs @@ -1,8 +1,5 @@ // run-pass // needs-unwind -// ignore-wasm32-bare no unwinding panic -// ignore-avr no unwinding panic -// ignore-nvptx64 no unwinding panic static mut CHECK: usize = 0; |
