Skip to content

Commit

Permalink
tests: unset RUSTC_LOG_COLOR
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davidtwco committed Jun 29, 2023
1 parent b5e51db commit 181d7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/consts/const_in_pattern/issue-73431.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// run-pass
// unset-rustc-env:RUSTC_LOG_COLOR

// Regression test for https://github.com/rust-lang/rust/issues/73431.

Expand Down

0 comments on commit 181d7b4

Please sign in to comment.