Skip to content

Commit

Permalink
relax rustdoc output assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed Jan 17, 2019
1 parent 513d230 commit eda10a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit eda10a4

Please sign in to comment.