diff --git a/crates/compiler/test_gen/src/gen_tags.rs b/crates/compiler/test_gen/src/gen_tags.rs index 11de79d8a5..4359ce972a 100644 --- a/crates/compiler/test_gen/src/gen_tags.rs +++ b/crates/compiler/test_gen/src/gen_tags.rs @@ -1844,7 +1844,7 @@ fn issue_3560_newtype_tag_constructor_has_nested_constructor_with_no_payload() { } #[test] -#[cfg(any(feature = "gen-llvm"))] +#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))] fn alignment_i128() { assert_evals_to!( indoc!(