Skip to content

Commit 2e9ea1e

Browse files
committed
Fixes doc::doc_edition test output (too many spaces)
1 parent 27c49ae commit 2e9ea1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/doc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,12 +1118,12 @@ fn doc_edition() {
11181118

11191119
p.cargo("doc -v")
11201120
.masquerade_as_nightly_cargo()
1121-
.with_stderr_contains("[RUNNING] `rustdoc [..] --edition=2018[..]")
1121+
.with_stderr_contains("[RUNNING] `rustdoc [..]--edition=2018[..]")
11221122
.run();
11231123

11241124
p.cargo("test -v")
11251125
.masquerade_as_nightly_cargo()
1126-
.with_stderr_contains("[RUNNING] `rustdoc [..] --edition=2018[..]")
1126+
.with_stderr_contains("[RUNNING] `rustdoc [..]--edition=2018[..]")
11271127
.run();
11281128
}
11291129

0 commit comments

Comments
 (0)