diff options
Diffstat (limited to 'test/table-import.wast.fromBinary')
-rw-r--r-- | test/table-import.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/table-import.wast.fromBinary b/test/table-import.wast.fromBinary index 83d9b0111..7c34cc193 100644 --- a/test/table-import.wast.fromBinary +++ b/test/table-import.wast.fromBinary @@ -1,9 +1,9 @@ (module - (type $0 (func)) + (type $none_=>_none (func)) (import "env" "table" (table $timport$0 1 1 funcref)) (elem (i32.const 0) $foo) (memory $0 0) - (func $foo (; 0 ;) (type $0) + (func $foo (; 0 ;) (nop) ) ) |