check i128 alignment for wasm too

This commit is contained in:
Folkert 2022-07-24 14:11:52 +02:00
parent 2181d4c498
commit 6e12ac191d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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!(