mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
check i128 alignment for wasm too
This commit is contained in:
parent
2181d4c498
commit
6e12ac191d
1 changed files with 1 additions and 1 deletions
|
@ -1844,7 +1844,7 @@ fn issue_3560_newtype_tag_constructor_has_nested_constructor_with_no_payload() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn alignment_i128() {
|
fn alignment_i128() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue