summaryrefslogtreecommitdiff
path: root/test/threads.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.fromasm')
-rw-r--r--test/threads.fromasm2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/threads.fromasm b/test/threads.fromasm
index 97a3f7de9..4d191732c 100644
--- a/test/threads.fromasm
+++ b/test/threads.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))
(data (get_global $memoryBase) "threads.asm.js")
(export "test" (func $test))
(func $test (; 0 ;)