]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/weak-lang-item.rs
Rollup merge of #69346 - GuillaumeGomez:clean-up-e032x-explanations, r=Dylan-DPC
[rust.git] / src / test / compile-fail / weak-lang-item.rs
index 768b936dc2713492462dbc190fea536e871c28e6..3fa3822831b5275b54d7e43df427a68f04a2d825 100644 (file)
@@ -1,7 +1,7 @@
 // aux-build:weak-lang-items.rs
 // error-pattern: `#[panic_handler]` function required, but not found
 // error-pattern: language item required, but not found: `eh_personality`
-// ignore-wasm32-bare compiled with panic=abort, personality not required
+// ignore-emscripten compiled with panic=abort, personality not required
 
 #![no_std]