mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
relax rustdoc output assertion
This commit is contained in:
parent
513d230ef6
commit
eda10a468c
@ -679,8 +679,8 @@ fn output_not_captured() {
|
||||
|
||||
p.cargo("doc")
|
||||
.without_status()
|
||||
.with_stderr_contains("1 | ☃")
|
||||
.with_stderr_contains(r"error: unknown start of token: \u{2603}")
|
||||
.with_stderr_contains("[..]☃")
|
||||
.with_stderr_contains(r"[..]unknown start of token: \u{2603}")
|
||||
.run();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user