mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
remove alignment bump again
This commit is contained in:
parent
d09faad2c1
commit
0b893eb972
3 changed files with 6 additions and 24 deletions
|
@ -2531,6 +2531,8 @@ fn pattern_match_unit_tag() {
|
|||
);
|
||||
}
|
||||
|
||||
// see for why this is disabled on wasm32 https://github.com/rtfeldman/roc/issues/1687
|
||||
#[cfg(not(feature = "wasm-cli-run"))]
|
||||
#[test]
|
||||
fn mirror_llvm_alignment_padding() {
|
||||
// see https://github.com/rtfeldman/roc/issues/1569
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue