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/numbers-arithmetic/next-power-of-two-overflow-debug.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/numbers-arithmetic/next-power-of-two-overflow-debug.rs')
| -rw-r--r-- | src/test/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs b/src/test/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs index f857d4f4c7f..79d78da3328 100644 --- a/src/test/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs +++ b/src/test/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs @@ -1,7 +1,6 @@ // run-pass // compile-flags: -C debug_assertions=yes // needs-unwind -// ignore-wasm32-bare compiled with panic=abort by default // ignore-emscripten dies with an LLVM error use std::panic; |
