summaryrefslogtreecommitdiff
path: root/test/memorygrowth-minimal.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/memorygrowth-minimal.fromasm')
-rw-r--r--test/memorygrowth-minimal.fromasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/memorygrowth-minimal.fromasm b/test/memorygrowth-minimal.fromasm
index 64bf2cd4c..c1133bed5 100644
--- a/test/memorygrowth-minimal.fromasm
+++ b/test/memorygrowth-minimal.fromasm
@@ -1,7 +1,7 @@
(module
(import "env" "memory" (memory $memory 256))
- (data (get_global $memoryBase) "memorygrowth-minimal.asm.js")
- (import "env" "memoryBase" (global $memoryBase i32))
+ (data (get_global $__memory_base) "memorygrowth-minimal.asm.js")
+ (import "env" "__memory_base" (global $__memory_base i32))
(export "__growWasmMemory" (func $__growWasmMemory))
(func $__growWasmMemory (; 0 ;) (; has Stack IR ;) (param $0 i32) (result i32)
(grow_memory