summaryrefslogtreecommitdiff
path: root/test/tail-call.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/tail-call.wast.fromBinary.noDebugInfo')
-rw-r--r--test/tail-call.wast.fromBinary.noDebugInfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tail-call.wast.fromBinary.noDebugInfo b/test/tail-call.wast.fromBinary.noDebugInfo
index 3babe3906..e7a1ab752 100644
--- a/test/tail-call.wast.fromBinary.noDebugInfo
+++ b/test/tail-call.wast.fromBinary.noDebugInfo
@@ -2,10 +2,10 @@
(type $none_=>_none (func))
(table $0 1 1 funcref)
(elem (i32.const 0) $0)
- (func $0 (; 0 ;)
+ (func $0
(return_call $1)
)
- (func $1 (; 1 ;)
+ (func $1
(return_call_indirect (type $none_=>_none)
(i32.const 0)
)