Ignore failing test on old-backend builds.
This commit is contained in:
@@ -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#"
|
||||
|
||||
Reference in New Issue
Block a user