summaryrefslogtreecommitdiff
path: root/test/unit.wast.fromBinary
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-02-20 18:25:28 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-02-20 18:25:28 -0800
commited77a619dc1550ce4ac4c0c420093b25e687996a (patch)
treed256f805d7a5a39e52933522d6dbddc320abb944 /test/unit.wast.fromBinary
parent8039a98d3b4b978a4aa2d8486c35596165981c3d (diff)
downloadbinaryen-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/unit.wast.fromBinary')
-rw-r--r--test/unit.wast.fromBinary12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary
index a56e5a672..d5aee6f8d 100644
--- a/test/unit.wast.fromBinary
+++ b/test/unit.wast.fromBinary
@@ -41,21 +41,21 @@
(f64.add
(f64.add
(f64.add
- (f64.load align=8
+ (f64.load
(i32.const 8)
)
- (f64.load align=8
+ (f64.load
(i32.const 16)
)
)
(f64.neg
- (f64.load align=8
+ (f64.load
(i32.const 16)
)
)
)
(f64.neg
- (f64.load align=8
+ (f64.load
(i32.const 8)
)
)
@@ -63,7 +63,7 @@
)
(if
(i32.gt_s
- (i32.load align=4
+ (i32.load
(i32.const 24)
)
(i32.const 0)
@@ -74,7 +74,7 @@
)
(if
(f64.gt
- (f64.load align=8
+ (f64.load
(i32.const 32)
)
(f64.const 0)