tests: unset RUSTC_LOG_COLOR

Setting `RUSTC_LOG_COLOR=always` is sometimes useful if tools that one
pipes `RUSTC_LOG` into support coloured output, but it makes this test
fail.

Signed-off-by: David Wood <david@davidtw.co>
This commit is contained in:
David Wood 2023-06-29 11:15:45 +01:00
parent b5e51db16d
commit 181d7b463b
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
// run-pass // run-pass
// unset-rustc-env:RUSTC_LOG_COLOR
// Regression test for https://github.com/rust-lang/rust/issues/73431. // Regression test for https://github.com/rust-lang/rust/issues/73431.