diff options
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r-- | test/min.fromasm.imprecise | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise index 37a1416ff..f3f43112b 100644 --- a/test/min.fromasm.imprecise +++ b/test/min.fromasm.imprecise @@ -1,8 +1,5 @@ (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)) (global $M (mut i32) (i32.const 0)) (export "floats" (func $legalstub$floats)) (export "getTempRet0" (func $ub)) |