Skip to content

Commit 2407ab7

Browse files
committed
update more tests
1 parent 72db72e commit 2407ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/lit/passes/signature-pruning.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398

399399
;; As above, but now an import also uses this signature, which prevents us
400400
;; from changing anything.
401-
;; CHECK: (import "out" "func" (func $import (type $func.0) (param i32)))
401+
;; CHECK: (import "out" "func" (func $import (type $sig) (param i32)))
402402
(import "out" "func" (func $import (type $sig) (param i32)))
403403

404404
(memory 1 1)

test/lit/wat-kitchen-sink.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168

169169
;; CHECK: (import "mod" "" (global $gimport$1 (ref null $many)))
170170

171-
;; CHECK: (import "mod" "f5" (func $fimport$1 (type $func.0)))
171+
;; CHECK: (import "mod" "f5" (func $fimport$1 (type $void)))
172172

173173
;; CHECK: (global $2 (mut i32) (i32.const 0))
174174

0 commit comments

Comments
 (0)