summaryrefslogtreecommitdiff
path: root/test/dot_s/basics.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/basics.wast')
-rw-r--r--test/dot_s/basics.wast9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast
index abdbaaa5a..8e8191369 100644
--- a/test/dot_s/basics.wast
+++ b/test/dot_s/basics.wast
@@ -112,12 +112,9 @@
(i32.store offset=4
(i32.const 0)
(i32.and
- (i32.add
- (i32.add
- (get_local $1)
- (get_local $0)
- )
- (i32.const 15)
+ (i32.sub
+ (get_local $1)
+ (get_local $0)
)
(i32.const -16)
)