summaryrefslogtreecommitdiff
path: root/test/threads.wasm-only.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.wasm-only.fromasm')
-rw-r--r--test/threads.wasm-only.fromasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/threads.wasm-only.fromasm b/test/threads.wasm-only.fromasm
index 4a692c18c..37316cc00 100644
--- a/test/threads.wasm-only.fromasm
+++ b/test/threads.wasm-only.fromasm
@@ -1,8 +1,8 @@
(module
- (import "env" "memory" (memory $0 (shared 256 256)))
+ (import "env" "memory" (memory $memory (shared 256 256)))
+ (data (get_global $memoryBase) "threads.wasm-only.asm.js")
(import "env" "memoryBase" (global $memoryBase i32))
(global $tempRet0 (mut i32) (i32.const 0))
- (data (get_global $memoryBase) "threads.wasm-only.asm.js")
(export "test64" (func $legalstub$test64))
(export "getTempRet0" (func $getTempRet0))
(export "setTempRet0" (func $setTempRet0))