summaryrefslogtreecommitdiff
path: root/test/wasm2js
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2018-11-19 13:31:47 -0800
committerGitHub <noreply@github.com>2018-11-19 13:31:47 -0800
commit7011e47ff4ef1a48d15d399f4dfaa761de4779af (patch)
treea6da8ea3b3416cc5210c5b9edcee64615405f48e /test/wasm2js
parentfa0dfb6a3da3d05e01051a72d9348b2f3024222b (diff)
downloadbinaryen-7011e47ff4ef1a48d15d399f4dfaa761de4779af.tar.gz
binaryen-7011e47ff4ef1a48d15d399f4dfaa761de4779af.tar.bz2
binaryen-7011e47ff4ef1a48d15d399f4dfaa761de4779af.zip
Generate sexp instruction parser (#1754)
Also fix broken tests surfaced by the new parser.
Diffstat (limited to 'test/wasm2js')
-rw-r--r--test/wasm2js/br_table_temp.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/br_table_temp.wast b/test/wasm2js/br_table_temp.wast
index abd66053a..1ab685a7b 100644
--- a/test/wasm2js/br_table_temp.wast
+++ b/test/wasm2js/br_table_temp.wast
@@ -1057,7 +1057,7 @@
)
(func (export "as-unary-operand") (result i32)
- (block i32 (i32.neg (br_table 0 (i32.const 3) (i32.const 0))))
+ (block i32 (i32.ctz (br_table 0 (i32.const 3) (i32.const 0))))
)
(func (export "as-binary-left") (result i32)