Skip to content

Commit 659cdc1

Browse files
authored
[NFC] Update lit test output (WebAssembly#7265)
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.
1 parent d67da8e commit 659cdc1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

test/lit/help/wasm-metadce.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,9 @@
762762
;; CHECK-NEXT:
763763
;; CHECK-NEXT: --disable-multimemory Disable multimemory
764764
;; CHECK-NEXT:
765-
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
765+
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
766766
;; CHECK-NEXT:
767-
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
767+
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
768768
;; CHECK-NEXT:
769769
;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
770770
;; CHECK-NEXT:

test/lit/help/wasm-opt.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,9 +771,9 @@
771771
;; CHECK-NEXT:
772772
;; CHECK-NEXT: --disable-multimemory Disable multimemory
773773
;; CHECK-NEXT:
774-
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
774+
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
775775
;; CHECK-NEXT:
776-
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
776+
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
777777
;; CHECK-NEXT:
778778
;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
779779
;; CHECK-NEXT:

test/lit/help/wasm2js.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,9 @@
725725
;; CHECK-NEXT:
726726
;; CHECK-NEXT: --disable-multimemory Disable multimemory
727727
;; CHECK-NEXT:
728-
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
728+
;; CHECK-NEXT: --enable-stack-switching Enable stack switching
729729
;; CHECK-NEXT:
730-
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
730+
;; CHECK-NEXT: --disable-stack-switching Disable stack switching
731731
;; CHECK-NEXT:
732732
;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads
733733
;; CHECK-NEXT:

test/lit/passes/gto-removals.wast

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,15 +1631,15 @@
16311631
;; A struct with a pop, which requires EH fixups to avoid popping in a nested
16321632
;; block.
16331633
(module
1634-
(type $i32 (func (param i32)))
1635-
16361634
;; CHECK: (rec
16371635
;; CHECK-NEXT: (type $struct (struct))
1638-
(type $struct (struct (field (mut i32))))
16391636

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

16421639
;; CHECK: (type $i32 (func (param i32)))
1640+
(type $i32 (func (param i32)))
1641+
1642+
(type $struct (struct (field (mut i32))))
16431643

16441644
;; CHECK: (tag $tag (type $i32) (param i32))
16451645
(tag $tag (type $i32) (param i32))

0 commit comments

Comments
 (0)