mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
Use a stable rustdoc option for testing
This commit is contained in:
parent
bb95188093
commit
0a975e96d8
1 changed files with 2 additions and 4 deletions
|
@ -45,10 +45,8 @@ fn rustdoc_binary_args_passed() {
|
|||
|
||||
p.cargo("rustdoc -v")
|
||||
.arg("--")
|
||||
.arg("--theme")
|
||||
.arg("dark")
|
||||
.with_stderr_contains("[RUNNING] `rustdoc [..] --theme dark[..]`")
|
||||
.with_status(101)
|
||||
.arg("--markdown-no-toc")
|
||||
.with_stderr_contains("[RUNNING] `rustdoc [..] --markdown-no-toc[..]`")
|
||||
.run();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue