summaryrefslogtreecommitdiff
path: root/test/two_sides.fromasm.clamp
diff options
context:
space:
mode:
Diffstat (limited to 'test/two_sides.fromasm.clamp')
-rw-r--r--test/two_sides.fromasm.clamp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/two_sides.fromasm.clamp b/test/two_sides.fromasm.clamp
index 6de1055d1..de51f2281 100644
--- a/test/two_sides.fromasm.clamp
+++ b/test/two_sides.fromasm.clamp
@@ -1,8 +1,6 @@
(module
(import "env" "memory" (memory $0 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) "two_sides.asm.js")
(export "_test" (func $_test))
(func $f64-to-int (; 0 ;) (param $0 f64) (result i32)