diff options
Diffstat (limited to 'test/empty.fromasm.imprecise')
-rw-r--r-- | test/empty.fromasm.imprecise | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/empty.fromasm.imprecise b/test/empty.fromasm.imprecise index 5fbd4b5f8..7e9ff6f81 100644 --- a/test/empty.fromasm.imprecise +++ b/test/empty.fromasm.imprecise @@ -1,7 +1,6 @@ (module - (memory 256 256) - (import "env" "memory" (memory $memory)) - (import "env" "table" (table $table)) + (import "env" "memory" (memory 256 256)) + (import "env" "table" (table 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) ) |