diff --git a/test/lit/help/wasm-metadce.test b/test/lit/help/wasm-metadce.test index bc2d0553376..5d01bc62c43 100644 --- a/test/lit/help/wasm-metadce.test +++ b/test/lit/help/wasm-metadce.test @@ -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: diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index ec039f5b238..2636423d95b 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -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: diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test index 48cac67700e..6e9c7732a3a 100644 --- a/test/lit/help/wasm2js.test +++ b/test/lit/help/wasm2js.test @@ -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: diff --git a/test/lit/passes/gto-removals.wast b/test/lit/passes/gto-removals.wast index e02430a3634..e1c85c5a0f6 100644 --- a/test/lit/passes/gto-removals.wast +++ b/test/lit/passes/gto-removals.wast @@ -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))