]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/generator-storage-dead-unwind.rs
Fix ABI, run and fix more tests, re-enable CI for PRs
[rust.git] / src / test / mir-opt / generator-storage-dead-unwind.rs
index 109304d6d22ccdd4cb9368c12bbea673702e2f76..b595c100039d6bed04a7c5ae388a61668ad8e0b7 100644 (file)
@@ -1,4 +1,4 @@
-// ignore-wasm32-bare compiled with panic=abort by default
+// ignore-emscripten compiled with panic=abort by default
 
 // Test that we generate StorageDead on unwind paths for generators.
 //