diff options
Diffstat (limited to 'test/empty.fromasm.imprecise')
-rw-r--r-- | test/empty.fromasm.imprecise | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/empty.fromasm.imprecise b/test/empty.fromasm.imprecise index 6c3928ac1..f0a2ff208 100644 --- a/test/empty.fromasm.imprecise +++ b/test/empty.fromasm.imprecise @@ -1,4 +1,5 @@ (module (memory 256 256) (import $memory memory "env" "memory") + (import $table table "env" "table") ) |