summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/debugInfo.fromasm.imprecise.no-opts')
-rw-r--r--test/debugInfo.fromasm.imprecise.no-opts4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/debugInfo.fromasm.imprecise.no-opts b/test/debugInfo.fromasm.imprecise.no-opts
index b4c1b517e..eb705361f 100644
--- a/test/debugInfo.fromasm.imprecise.no-opts
+++ b/test/debugInfo.fromasm.imprecise.no-opts
@@ -1,5 +1,7 @@
(module
- (type $FUNCSIG$vii (func (param i32 i32)))
+ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32)))
+ (type $i32_=>_i32 (func (param i32) (result i32)))
+ (type $none_=>_none (func))
(import "env" "memory" (memory $memory 256 256))
(import "env" "table" (table $table 0 0 funcref))
(import "env" "__memory_base" (global $__memory_base i32))