summaryrefslogtreecommitdiff
path: root/test/wasm2js/func.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/func.2asm.js')
-rw-r--r--test/wasm2js/func.2asm.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/wasm2js/func.2asm.js b/test/wasm2js/func.2asm.js
index 91f0c2f3f..7aecd4e6b 100644
--- a/test/wasm2js/func.2asm.js
+++ b/test/wasm2js/func.2asm.js
@@ -183,8 +183,10 @@ function asmFunc(global, env, buffer) {
}
function $47() {
- dummy();
- dummy();
+ block : {
+ dummy();
+ dummy();
+ }
}
function $48() {
@@ -279,8 +281,8 @@ function asmFunc(global, env, buffer) {
function $62($0) {
$0 = $0 | 0;
var $2_1 = 0;
- $2_1 = 50;
fake_return_waka123 : {
+ $2_1 = 50;
if ($0) {
break fake_return_waka123
}