diff options
Diffstat (limited to 'test/lit/passes/extract-function.wast')
-rw-r--r-- | test/lit/passes/extract-function.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/extract-function.wast b/test/lit/passes/extract-function.wast index f53dda982..9258f8c63 100644 --- a/test/lit/passes/extract-function.wast +++ b/test/lit/passes/extract-function.wast @@ -5,7 +5,7 @@ ;; RUN: foreach %s %t wasm-opt --extract-function-index --pass-arg=extract-function-index@0 -S -o - | filecheck %s (module - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (import "env" "bar" (func $bar)) @@ -34,7 +34,7 @@ (elem $0 (table $t) (i32.const 0) func $other) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (import "env" "other" (func $other)) |