diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-02-20 18:25:28 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-02-20 18:25:28 -0800 |
commit | ed77a619dc1550ce4ac4c0c420093b25e687996a (patch) | |
tree | d256f805d7a5a39e52933522d6dbddc320abb944 /test/min.wast.fromBinary | |
parent | 8039a98d3b4b978a4aa2d8486c35596165981c3d (diff) | |
download | binaryen-ed77a619dc1550ce4ac4c0c420093b25e687996a.tar.gz binaryen-ed77a619dc1550ce4ac4c0c420093b25e687996a.tar.bz2 binaryen-ed77a619dc1550ce4ac4c0c420093b25e687996a.zip |
do not print alignment if it is the implicit default, which is the number of bytes
Diffstat (limited to 'test/min.wast.fromBinary')
-rw-r--r-- | test/min.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/min.wast.fromBinary b/test/min.wast.fromBinary index 22aba76b3..2ca4c14b6 100644 --- a/test/min.wast.fromBinary +++ b/test/min.wast.fromBinary @@ -17,11 +17,11 @@ (set_local $var$2 (f32.neg (block $label$0 - (i32.store align=4 + (i32.store (get_local $var$0) (get_local $var$1) ) - (f32.load align=4 + (f32.load (get_local $var$0) ) ) |