]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/change_crate_dep_kind.rs
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
[rust.git] / src / test / incremental / change_crate_dep_kind.rs
index 2bcb06d6eb8b7c976ac80659c75912b29cdda788..8c35f6ca0000dd8f6f57809bfd0f5993544723ab 100644 (file)
@@ -1,7 +1,7 @@
 // Test that we detect changes to the `dep_kind` query. If the change is not
 // detected then -Zincremental-verify-ich will trigger an assertion.
 
-// ignore-emscripten compiled with panic=abort by default
+// ignore-wasm32-bare compiled with panic=abort by default
 // revisions:cfail1 cfail2
 // compile-flags: -Z query-dep-graph -Cpanic=unwind
 // build-pass (FIXME(62277): could be check-pass?)