remove alignment bump again

This commit is contained in:
Folkert 2021-09-12 14:01:41 +02:00
parent d09faad2c1
commit 0b893eb972
3 changed files with 6 additions and 24 deletions

View file

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