diff options
Diffstat (limited to 'test/imported_memory.wast.fromBinary')
-rw-r--r-- | test/imported_memory.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imported_memory.wast.fromBinary b/test/imported_memory.wast.fromBinary index 3e280b9cb..c47e6cd79 100644 --- a/test/imported_memory.wast.fromBinary +++ b/test/imported_memory.wast.fromBinary @@ -1,5 +1,5 @@ (module (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 256 256 anyfunc)) + (import "env" "table" (table $timport$1 256 256 anyfunc)) ) |