Skip to content

Commit

Permalink
Ignore failing test on old-backend builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Sep 17, 2021
1 parent a1f4b46 commit f851684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/all/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ fn global_init_no_leak() -> anyhow::Result<()> {
}

#[test]
#[cfg(not(feature = "old-x86-backend"))]
fn no_gc_middle_of_args() -> anyhow::Result<()> {
let (mut store, module) = ref_types_module(
r#"
Expand Down

0 comments on commit f851684

Please # to comment.