summaryrefslogtreecommitdiff
path: root/test/importedSignCast.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/importedSignCast.fromasm.imprecise')
-rw-r--r--test/importedSignCast.fromasm.imprecise3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.imprecise b/test/importedSignCast.fromasm.imprecise
index 63caaf11f..fca640200 100644
--- a/test/importedSignCast.fromasm.imprecise
+++ b/test/importedSignCast.fromasm.imprecise
@@ -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" "table" (table $table 1 1 funcref))
(elem (global.get $__table_base) $gm)
(import "env" "__table_base" (global $__table_base i32))