summaryrefslogtreecommitdiff
path: root/test/unit.wast.fromBinary
diff options
context:
space:
mode:
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)