From 6e12ac191d7c7b9d0e05eb3ace2bc6c0b8a9ea9a Mon Sep 17 00:00:00 2001 From: Folkert Date: Sun, 24 Jul 2022 14:11:52 +0200 Subject: [PATCH] check i128 alignment for wasm too --- crates/compiler/test_gen/src/gen_tags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(