diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-03-05 11:52:50 -0800 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-03-10 17:18:16 -0700 |
| commit | 68f20019f717db44e0c07d80af10878a517255a3 (patch) | |
| tree | 9f369499a197decd68d53e7335ae2cf7c046bfdc | |
| parent | 8ea5ac60b6723356dc14954d10c5069175f61fc2 (diff) | |
| download | rust-68f20019f717db44e0c07d80af10878a517255a3.tar.gz rust-68f20019f717db44e0c07d80af10878a517255a3.zip | |
Ignore `mir-opt` test when panic=abort
| -rw-r--r-- | src/test/mir-opt/no-drop-for-inactive-variant.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/mir-opt/no-drop-for-inactive-variant.rs b/src/test/mir-opt/no-drop-for-inactive-variant.rs index cccfa2e1d41..f9067616845 100644 --- a/src/test/mir-opt/no-drop-for-inactive-variant.rs +++ b/src/test/mir-opt/no-drop-for-inactive-variant.rs @@ -1,3 +1,5 @@ +// ignore-wasm32-bare compiled with panic=abort by default + // Ensure that there are no drop terminators in `unwrap<T>` (except the one along the cleanup // path). |
