Skip to content

Commit

Permalink
lit tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Nov 1, 2023
1 parent bc7e5d1 commit 22a248b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
(memory 1 2)
;; CHECK: (type $f (func))
(type $f (func))
;; CHECK: (type $none_=>_i32 (func (result i32)))
;; CHECK: (type $1 (func (result i32)))

;; CHECK: (type $i32_=>_none (func (param i32)))
;; CHECK: (type $2 (func (param i32)))

;; CHECK: (import "env" "import" (func $import))
(import "env" "import" (func $import))
Expand Down
6 changes: 3 additions & 3 deletions test/lit/passes/asyncify_pass-arg=asyncify-eh-asserts.wast
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

(module
(memory 1 2)
;; CHECK: (type $none_=>_none (func))
;; CHECK: (type $0 (func))

;; CHECK: (type $i32_=>_none (func (param i32)))
;; CHECK: (type $1 (func (param i32)))

;; CHECK: (type $none_=>_i32 (func (result i32)))
;; CHECK: (type $2 (func (result i32)))

;; CHECK: (import "extmod" "exttag" (tag $default (param i32)))
(import "extmod" "exttag" (tag $default (param i32)))
Expand Down
6 changes: 3 additions & 3 deletions test/lit/passes/asyncify_pass-arg=asyncify-eh-ignore.wast
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

(module
(memory 1 2)
;; CHECK: (type $none_=>_none (func))
;; CHECK: (type $0 (func))

;; CHECK: (type $i32_=>_none (func (param i32)))
;; CHECK: (type $1 (func (param i32)))

;; CHECK: (type $none_=>_i32 (func (result i32)))
;; CHECK: (type $2 (func (result i32)))

;; CHECK: (import "extmod" "exttag" (tag $default (param i32)))
(import "extmod" "exttag" (tag $default (param i32)))
Expand Down
6 changes: 3 additions & 3 deletions test/lit/passes/asyncify_pass-arg=asyncify-eh.wast
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

(module
(memory 1 2)
;; CHECK: (type $none_=>_none (func))
;; CHECK: (type $0 (func))

;; CHECK: (type $i32_=>_none (func (param i32)))
;; CHECK: (type $1 (func (param i32)))

;; CHECK: (type $none_=>_i32 (func (result i32)))
;; CHECK: (type $2 (func (result i32)))

;; CHECK: (import "extmod" "exttag" (tag $default (param i32)))
(import "extmod" "exttag" (tag $default (param i32)))
Expand Down

0 comments on commit 22a248b

Please sign in to comment.