summaryrefslogtreecommitdiff
path: root/test/dot_s/debug.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/debug.wast')
-rw-r--r--test/dot_s/debug.wast9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/dot_s/debug.wast b/test/dot_s/debug.wast
index 57079919a..d4431ba4f 100644
--- a/test/dot_s/debug.wast
+++ b/test/dot_s/debug.wast
@@ -71,12 +71,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)
)