diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-10-17 15:49:26 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-10-17 16:35:04 +0200 |
| commit | 70aeced757d8e6a3b7eaa8bc182e3cb3bdaa55e6 (patch) | |
| tree | 387a5db165aa76c2d1220699872004d9d4f2c1d0 | |
| parent | a7ccf22b48f53aa9201a517f16918c49265189a3 (diff) | |
| download | rust-70aeced757d8e6a3b7eaa8bc182e3cb3bdaa55e6.tar.gz rust-70aeced757d8e6a3b7eaa8bc182e3cb3bdaa55e6.zip | |
Ignore wasm32 in test.
| -rw-r--r-- | src/test/mir-opt/inline/issue-78442.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/inline/issue-78442.rs b/src/test/mir-opt/inline/issue-78442.rs index 97613adaa45..aa8ede2df9e 100644 --- a/src/test/mir-opt/inline/issue-78442.rs +++ b/src/test/mir-opt/inline/issue-78442.rs @@ -1,5 +1,5 @@ // compile-flags: -Z mir-opt-level=3 -Z inline-mir - +// ignore-wasm32-bare compiled with panic=abort by default #![crate_type = "lib"] // EMIT_MIR issue_78442.bar.RevealAll.diff |
