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