Skip to content

Commit f79fbba

Browse files
committed
update
1 parent 7d636d6 commit f79fbba

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

test/lit/help/wasm-as.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; CHECK-NEXT: wasm-as options:
1111
;; CHECK-NEXT: ----------------
1212
;; CHECK-NEXT:
13-
;; CHECK-NEXT: --output,-o Output file (stdout if not specified)
13+
;; CHECK-NEXT: --output,-o Output file
1414
;; CHECK-NEXT:
1515
;; CHECK-NEXT: --validate,-v Control validation of the output module
1616
;; CHECK-NEXT:

test/lit/help/wasm-ctor-eval.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; CHECK-NEXT: wasm-ctor-eval options:
1010
;; CHECK-NEXT: -----------------------
1111
;; CHECK-NEXT:
12-
;; CHECK-NEXT: --output,-o Output file (stdout if not specified)
12+
;; CHECK-NEXT: --output,-o Output file
1313
;; CHECK-NEXT:
1414
;; CHECK-NEXT: --emit-text,-S Emit text instead of binary for the
1515
;; CHECK-NEXT: output file

test/lit/help/wasm-merge.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
;; CHECK-NEXT: wasm-merge options:
2626
;; CHECK-NEXT: -------------------
2727
;; CHECK-NEXT:
28-
;; CHECK-NEXT: --output,-o Output file (stdout if not specified)
28+
;; CHECK-NEXT: --output,-o Output file
2929
;; CHECK-NEXT:
3030
;; CHECK-NEXT: --input-source-map,-ism Consume source maps from the specified
3131
;; CHECK-NEXT: files

test/lit/help/wasm-metadce.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
;; CHECK-NEXT: wasm-opt options:
5252
;; CHECK-NEXT: -----------------
5353
;; CHECK-NEXT:
54-
;; CHECK-NEXT: --output,-o Output file (stdout if not
55-
;; CHECK-NEXT: specified)
54+
;; CHECK-NEXT: --output,-o Output file
5655
;; CHECK-NEXT:
5756
;; CHECK-NEXT: --input-source-map,-ism Consume source map from the
5857
;; CHECK-NEXT: specified file

test/lit/help/wasm-opt.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
;; CHECK-NEXT: wasm-opt options:
1010
;; CHECK-NEXT: -----------------
1111
;; CHECK-NEXT:
12-
;; CHECK-NEXT: --output,-o Output file (stdout if not
13-
;; CHECK-NEXT: specified)
12+
;; CHECK-NEXT: --output,-o Output file
1413
;; CHECK-NEXT:
1514
;; CHECK-NEXT: --emit-text,-S Emit text instead of binary for
1615
;; CHECK-NEXT: the output file

0 commit comments

Comments
 (0)