Skip to content

Commit 348f702

Browse files
committed
miri ignore test that calls wasm and therefore can't run in miri
1 parent 8db0828 commit 348f702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/all/gc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ fn ref_matches() -> Result<()> {
10051005
}
10061006

10071007
#[test]
1008+
#[cfg_attr(miri, ignore)]
10081009
fn issue_9669() -> Result<()> {
10091010
let _ = env_logger::try_init();
10101011

0 commit comments

Comments
 (0)