Make rustdoc output deterministic for UI tests

This commit is contained in:
Joshua Nelson 2020-09-07 20:32:09 -04:00
parent 7d289aeade
commit ed4dcc04d8

View file

@ -2,7 +2,7 @@
// FIXME: if/when the output of the test harness can be tested on its own, this test should be // 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 // 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 // rustc-env:RUST_BACKTRACE=0
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR" // normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
// failure-status: 101 // failure-status: 101