diff options
Diffstat (limited to 'test/lit/passes/code-folding-eh.wast')
-rw-r--r-- | test/lit/passes/code-folding-eh.wast | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lit/passes/code-folding-eh.wast b/test/lit/passes/code-folding-eh.wast index 68d64b764..e83559c2b 100644 --- a/test/lit/passes/code-folding-eh.wast +++ b/test/lit/passes/code-folding-eh.wast @@ -6,7 +6,7 @@ ;; CHECK: (tag $e-i32 (param i32)) (tag $e-i32 (param i32)) - ;; CHECK: (func $pop-test (type $none_=>_none) + ;; CHECK: (func $pop-test (type $0) ;; CHECK-NEXT: (block $folding-inner0 ;; CHECK-NEXT: (try ;; CHECK-NEXT: (do @@ -67,12 +67,12 @@ ) ) - ;; CHECK: (func $foo (type $none_=>_none) + ;; CHECK: (func $foo (type $0) ;; CHECK-NEXT: (nop) ;; CHECK-NEXT: ) (func $foo) - ;; CHECK: (func $try-call-optimize-terminating-tails (type $none_=>_i32) (result i32) + ;; CHECK: (func $try-call-optimize-terminating-tails (type $2) (result i32) ;; CHECK-NEXT: (try ;; CHECK-NEXT: (do ;; CHECK-NEXT: (call $foo) @@ -116,7 +116,7 @@ (i32.const 0) ) - ;; CHECK: (func $try-call-optimize-expression-tails (type $none_=>_none) + ;; CHECK: (func $try-call-optimize-expression-tails (type $0) ;; CHECK-NEXT: (block $x ;; CHECK-NEXT: (try ;; CHECK-NEXT: (do |