diff options
author | Thomas Lively <tlively@google.com> | 2024-03-07 15:04:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 15:04:29 -0800 |
commit | d6c5e4ab15df271521df7b35665c7463b2c490ca (patch) | |
tree | e91db298894d000ef4af56069941a3fc92928f70 /test/lit/help | |
parent | f3942e02f56503cb5b4eeecc6a3bda07c54b3c5f (diff) | |
download | binaryen-d6c5e4ab15df271521df7b35665c7463b2c490ca.tar.gz binaryen-d6c5e4ab15df271521df7b35665c7463b2c490ca.tar.bz2 binaryen-d6c5e4ab15df271521df7b35665c7463b2c490ca.zip |
Regenerate test output (#6385)
The checked in test outputs were out of sync with what the auto update script
produces.
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: |