summaryrefslogtreecommitdiff
path: root/test/multi-table.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/multi-table.wast.fromBinary')
-rw-r--r--test/multi-table.wast.fromBinary6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/multi-table.wast.fromBinary b/test/multi-table.wast.fromBinary
index b70e78a2f..938026af3 100644
--- a/test/multi-table.wast.fromBinary
+++ b/test/multi-table.wast.fromBinary
@@ -17,15 +17,15 @@
(elem $passive-3 (ref null $none_=>_none) (ref.func $f) (ref.func $g) (ref.null nofunc) (global.get $g1))
(elem $empty func)
(elem $especial (table $tspecial) (i32.const 0) (ref null $none_=>_none) (ref.func $f) (ref.func $h))
- (func $f
+ (func $f (type $none_=>_none)
(drop
(ref.func $h)
)
)
- (func $g
+ (func $g (type $none_=>_none)
(nop)
)
- (func $h
+ (func $h (type $none_=>_none)
(nop)
)
)