diff options
| author | David Wood <david.wood@huawei.com> | 2023-06-29 11:15:45 +0100 |
|---|---|---|
| committer | David Wood <david.wood@huawei.com> | 2023-06-29 11:15:45 +0100 |
| commit | 181d7b463ba690741075edd04d5cf74e037b8e23 (patch) | |
| tree | 57bf1f5f4b6ee5bf130e04a6558c3927d5c2a444 | |
| parent | b5e51db16dfbf5685e32dfe2d9a835a5c695afe4 (diff) | |
| download | rust-181d7b463ba690741075edd04d5cf74e037b8e23.tar.gz rust-181d7b463ba690741075edd04d5cf74e037b8e23.zip | |
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>
| -rw-r--r-- | tests/ui/consts/const_in_pattern/issue-73431.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/consts/const_in_pattern/issue-73431.rs b/tests/ui/consts/const_in_pattern/issue-73431.rs index fa18a3af1b0..835f502b407 100644 --- a/tests/ui/consts/const_in_pattern/issue-73431.rs +++ b/tests/ui/consts/const_in_pattern/issue-73431.rs @@ -1,4 +1,5 @@ // run-pass +// unset-rustc-env:RUSTC_LOG_COLOR // Regression test for https://github.com/rust-lang/rust/issues/73431. |
