diff options
Diffstat (limited to 'test/imported_memory.wast.from-wast')
-rw-r--r-- | test/imported_memory.wast.from-wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imported_memory.wast.from-wast b/test/imported_memory.wast.from-wast index 38a0d9a9c..f36ba7396 100644 --- a/test/imported_memory.wast.from-wast +++ b/test/imported_memory.wast.from-wast @@ -1,4 +1,4 @@ (module (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table $0 256 256 funcref)) + (import "env" "table" (table $timport$0 256 256 funcref)) ) |