summaryrefslogtreecommitdiff
path: root/test/wasm2js/unreachable-later.2asm.js
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-11-22 14:44:36 -0800
committerGitHub <noreply@github.com>2024-11-22 14:44:36 -0800
commitca61aeeb87e330635548ce6368ac053576ee994c (patch)
treecc1351fe7377b100a4cfd3ef756132faf370e069 /test/wasm2js/unreachable-later.2asm.js
parent013a8d346807da751fec283eddf86aee9ea28382 (diff)
downloadbinaryen-ca61aeeb87e330635548ce6368ac053576ee994c.tar.gz
binaryen-ca61aeeb87e330635548ce6368ac053576ee994c.tar.bz2
binaryen-ca61aeeb87e330635548ce6368ac053576ee994c.zip
Remove AutoDrop (#7106)
The only internal use was in wasm2js, which doesn't need it. Fix API tests to explicitly drop expressions as necessary.
Diffstat (limited to 'test/wasm2js/unreachable-later.2asm.js')
-rw-r--r--test/wasm2js/unreachable-later.2asm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/unreachable-later.2asm.js b/test/wasm2js/unreachable-later.2asm.js
index e5bc7d516..bf1ed59f1 100644
--- a/test/wasm2js/unreachable-later.2asm.js
+++ b/test/wasm2js/unreachable-later.2asm.js
@@ -15,7 +15,7 @@ function asmFunc(imports) {
var global$0 = 10;
function $0($0_1) {
$0_1 = $0_1 | 0;
- var $15 = Math_fround(0), $21 = 0, $29 = 0, $26 = 0;
+ var $15 = Math_fround(0), $21 = 0, $29 = 0, $26 = 0, $32 = 0;
if (global$0) {
return $0_1 | 0
}