Skip to content

Commit 187bb0a

Browse files
committed
Don't use .arg() in test.
1 parent bbb2b92 commit 187bb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ fn doc_edition() {
14881488
.build();
14891489

14901490
assert_that(
1491-
p.cargo("doc").arg("-v").masquerade_as_nightly_cargo(),
1491+
p.cargo("doc -v").masquerade_as_nightly_cargo(),
14921492
execs()
14931493
.with_status(0)
14941494
.with_stderr_contains("[RUNNING] `rustdoc [..]-Zunstable-options --edition=2018[..]"),

0 commit comments

Comments
 (0)