summaryrefslogtreecommitdiff
path: root/test/tail-call.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/tail-call.wast.fromBinary')
-rw-r--r--test/tail-call.wast.fromBinary8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tail-call.wast.fromBinary b/test/tail-call.wast.fromBinary
index 15c1e61b0..3e50bd890 100644
--- a/test/tail-call.wast.fromBinary
+++ b/test/tail-call.wast.fromBinary
@@ -1,12 +1,12 @@
(module
- (type $0 (func))
+ (type $none_=>_none (func))
(table $0 1 1 funcref)
(elem (i32.const 0) $foo)
- (func $foo (; 0 ;) (type $0)
+ (func $foo (; 0 ;)
(return_call $bar)
)
- (func $bar (; 1 ;) (type $0)
- (return_call_indirect (type $0)
+ (func $bar (; 1 ;)
+ (return_call_indirect (type $none_=>_none)
(i32.const 0)
)
)