diff options
Diffstat (limited to 'test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt')
-rw-r--r-- | test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt b/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt index 2a9cf6be7..8e9dfc415 100644 --- a/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt +++ b/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt @@ -1,8 +1,8 @@ (module - (type $FUNCSIG$v (func)) - (type $FUNCSIG$vi (func (param i32))) + (type $none_=>_none (func)) + (type $i32_=>_none (func (param i32))) (event $e0 (attr 0) (param i32)) - (func $eh (; 0 ;) (type $FUNCSIG$v) + (func $eh (; 0 ;) (local $exn exnref) try i32.const 0 @@ -19,10 +19,10 @@ ) ) (module - (type $FUNCSIG$v (func)) - (type $FUNCSIG$vi (func (param i32))) + (type $none_=>_none (func)) + (type $i32_=>_none (func (param i32))) (event $e0 (attr 0) (param i32)) - (func $eh (; 0 ;) (; has Stack IR ;) (type $FUNCSIG$v) + (func $eh (; 0 ;) (; has Stack IR ;) (local $exn exnref) (try (throw $e0 |