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.fromasm2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/threads.wasm-only.fromasm b/test/threads.wasm-only.fromasm
index 7ad7acf49..79ef9eb00 100644
--- a/test/threads.wasm-only.fromasm
+++ b/test/threads.wasm-only.fromasm
@@ -1,8 +1,6 @@
(module
(import "env" "memory" (memory $0 (shared 256 256)))
- (import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
- (import "env" "tableBase" (global $tableBase i32))
(global $tempRet0 (mut i32) (i32.const 0))
(data (get_global $memoryBase) "threads.wasm-only.asm.js")
(export "test64" (func $legalstub$test64))