summaryrefslogtreecommitdiff
path: root/test/empty.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r--test/empty.fromasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm
index a8d289e29..a88b44007 100644
--- a/test/empty.fromasm
+++ b/test/empty.fromasm
@@ -3,5 +3,5 @@
(import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
- (data (get_global $memoryBase) "empty.asm.js")
+ (data (i32.const 1024) "empty.asm.js")
)