Skip to content

Commit

Permalink
[NFC] Update lit test output (#7265)
Browse files Browse the repository at this point in the history
Some of the expected output lines had drifted from what the auto-update
script generates. Fix them so the changes don't inadvertently make their
way into some unrelated PR.
  • Loading branch information
tlively authored Feb 3, 2025
1 parent d67da8e commit 659cdc1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions test/lit/help/wasm-metadce.test
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,9 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --disable-multimemory Disable multimemory
;; CHECK-NEXT:
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
;; CHECK-NEXT:
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
;; CHECK-NEXT:
;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
;; CHECK-NEXT:
Expand Down
4 changes: 2 additions & 2 deletions test/lit/help/wasm-opt.test
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,9 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --disable-multimemory Disable multimemory
;; CHECK-NEXT:
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
;; CHECK-NEXT:
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
;; CHECK-NEXT:
;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
;; CHECK-NEXT:
Expand Down
4 changes: 2 additions & 2 deletions test/lit/help/wasm2js.test
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,9 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --disable-multimemory Disable multimemory
;; CHECK-NEXT:
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
;; CHECK-NEXT:
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
;; CHECK-NEXT:
;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
;; CHECK-NEXT:
Expand Down
6 changes: 3 additions & 3 deletions test/lit/passes/gto-removals.wast
Original file line number Diff line number Diff line change
Expand Up @@ -1631,15 +1631,15 @@
;; A struct with a pop, which requires EH fixups to avoid popping in a nested
;; block.
(module
(type $i32 (func (param i32)))

;; CHECK: (rec
;; CHECK-NEXT: (type $struct (struct))
(type $struct (struct (field (mut i32))))

;; CHECK: (type $1 (func))

;; CHECK: (type $i32 (func (param i32)))
(type $i32 (func (param i32)))

(type $struct (struct (field (mut i32))))

;; CHECK: (tag $tag (type $i32) (param i32))
(tag $tag (type $i32) (param i32))
Expand Down

0 comments on commit 659cdc1

Please sign in to comment.