diff options
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-merge.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/lit/help/wasm-merge.test b/test/lit/help/wasm-merge.test index 7d55074c3..997923256 100644 --- a/test/lit/help/wasm-merge.test +++ b/test/lit/help/wasm-merge.test @@ -14,11 +14,11 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: Note that filenames and modules names are interleaved (which is hopefully less ;; CHECK-NEXT: confusing). -;; CHECK-NEXT: -;; CHECK-NEXT: Input source maps can be specified by adding an -ism option right after the -;; CHECK-NEXT: module name: -;; CHECK-NEXT: -;; CHECK-NEXT: wasm-merge foo.wasm foo -ism foo.wasm.map ... +;; CHECK-NEXT: +;; CHECK-NEXT: Input source maps can be specified by adding an -ism option right after the +;; CHECK-NEXT: module name: +;; CHECK-NEXT: +;; CHECK-NEXT: wasm-merge foo.wasm foo -ism foo.wasm.map ... ;; CHECK-NEXT: ================================================================================ ;; CHECK-NEXT: ;; CHECK-NEXT: @@ -28,7 +28,7 @@ ;; CHECK-NEXT: --output,-o Output file (stdout if not specified) ;; CHECK-NEXT: ;; CHECK-NEXT: --input-source-map,-ism Consume source maps from the specified -;; CHECK-NEXT: file +;; CHECK-NEXT: files ;; CHECK-NEXT: ;; CHECK-NEXT: --output-source-map,-osm Emit source map to the specified file ;; CHECK-NEXT: |