summaryrefslogtreecommitdiff
path: root/test/binaryen.js/expressions.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/expressions.js.txt')
-rw-r--r--test/binaryen.js/expressions.js.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/binaryen.js/expressions.js.txt b/test/binaryen.js/expressions.js.txt
index 7b04795ba..5d6c37c6b 100644
--- a/test/binaryen.js/expressions.js.txt
+++ b/test/binaryen.js/expressions.js.txt
@@ -7,13 +7,19 @@
# If
(if (result i32)
(i32.const 4)
- (i32.const 5)
- (i32.const 6)
+ (then
+ (i32.const 5)
+ )
+ (else
+ (i32.const 6)
+ )
)
(if (result i32)
(i32.const 4)
- (i32.const 5)
+ (then
+ (i32.const 5)
+ )
)
# Loop