]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/issue-62289.rs
Render const pointers in MIR more compactly
[rust.git] / src / test / mir-opt / issue-62289.rs
index 93250fd48d82d00935eb568c10135625baa5b78c..a3b517e9bca87bfa0cf295af84a7496c3ad5fe65 100644 (file)
@@ -1,7 +1,7 @@
 // check that we don't forget to drop the Box if we early return before
 // initializing it
 // ignore-tidy-linelength
-// ignore-emscripten compiled with panic=abort by default
+// ignore-wasm32-bare compiled with panic=abort by default
 
 #![feature(box_syntax)]