summary refs log tree commit diff
path: root/tests/coverage/color.rs
blob: bd727946c781bcf2300b2af5f4065a3142db71e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// edition: 2021
// ignore-mode-coverage-map
// ignore-windows
// llvm-cov-flags: --use-color

// Verify that telling `llvm-cov` to use colored output actually works.
// Ignored on Windows because we can't tell the tool to use ANSI escapes.

fn main() {
    for _i in 0..0 {}
}