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 45b74a109..495ccc7dc 100644 --- a/test/table-import.wast.fromBinary +++ b/test/table-import.wast.fromBinary @@ -1,8 +1,8 @@ (module (type $0 (func)) - (memory $0 0) - (import "env" "table" (table 1 1 anyfunc)) + (import "env" "table" (table $timport$0 1 1 anyfunc)) (elem (i32.const 0) $foo) + (memory $0 0) (func $foo (; 0 ;) (type $0) (nop) ) |