diff options
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) ) ) |