diff options
Diffstat (limited to 'test/importedSignCast.fromasm.imprecise.no-opts')
-rw-r--r-- | test/importedSignCast.fromasm.imprecise.no-opts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.imprecise.no-opts b/test/importedSignCast.fromasm.imprecise.no-opts index 7f3dfc347..837e4c589 100644 --- a/test/importedSignCast.fromasm.imprecise.no-opts +++ b/test/importedSignCast.fromasm.imprecise.no-opts @@ -1,5 +1,6 @@ (module - (type $FUNCSIG$ii (func (param i32) (result i32))) + (type $none_=>_none (func)) + (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "memory" (memory $memory 256 256)) (import "env" "table" (table $table 1 1 funcref)) (elem (global.get $__table_base) $gm) |