Skip to content

Commit f851684

Browse files
committed
Ignore failing test on old-backend builds.
1 parent a1f4b46 commit f851684

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
@@ -426,6 +426,7 @@ fn global_init_no_leak() -> anyhow::Result<()> {
426426
}
427427

428428
#[test]
429+
#[cfg(not(feature = "old-x86-backend"))]
429430
fn no_gc_middle_of_args() -> anyhow::Result<()> {
430431
let (mut store, module) = ref_types_module(
431432
r#"

0 commit comments

Comments
 (0)