Skip to content

Commit

Permalink
Make rustdoc output deterministic for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Sep 8, 2020
1 parent 7d289ae commit ed4dcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc-ui/failed-doctest-output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FIXME: if/when the output of the test harness can be tested on its own, this test should be
// adapted to use that, and that normalize line can go away

// compile-flags:--test
// compile-flags:--test --test-args --test-threads=1
// rustc-env:RUST_BACKTRACE=0
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
// failure-status: 101
Expand Down

0 comments on commit ed4dcc0

Please sign in to comment.