diff options
Diffstat (limited to 'test/tail-call.wast.fromBinary')
-rw-r--r-- | test/tail-call.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tail-call.wast.fromBinary b/test/tail-call.wast.fromBinary index 3e50bd890..70438c907 100644 --- a/test/tail-call.wast.fromBinary +++ b/test/tail-call.wast.fromBinary @@ -2,10 +2,10 @@ (type $none_=>_none (func)) (table $0 1 1 funcref) (elem (i32.const 0) $foo) - (func $foo (; 0 ;) + (func $foo (return_call $bar) ) - (func $bar (; 1 ;) + (func $bar (return_call_indirect (type $none_=>_none) (i32.const 0) ) |