summaryrefslogtreecommitdiff
path: root/test/dot_s/alias.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/alias.wast')
-rw-r--r--test/dot_s/alias.wast14
1 files changed, 3 insertions, 11 deletions
diff --git a/test/dot_s/alias.wast b/test/dot_s/alias.wast
index 41fb16f75..f1a21dfc9 100644
--- a/test/dot_s/alias.wast
+++ b/test/dot_s/alias.wast
@@ -4,19 +4,11 @@
(export "__needs_exit" $__needs_exit)
(func $__exit
(local $$0 i32)
- (block $fake_return_waka123
- (block
- (br $fake_return_waka123)
- )
- )
+ (return)
)
(func $__needs_exit
- (block $fake_return_waka123
- (block
- (call $__exit)
- (br $fake_return_waka123)
- )
- )
+ (call $__exit)
+ (return)
)
)
;; METADATA: { "asmConsts": {},"staticBump": 4 }