aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli/test_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig
index e810cc0dc..a52af87c1 100644
--- a/src/cli/test_command.zig
+++ b/src/cli/test_command.zig
@@ -110,7 +110,7 @@ pub const CommandLineReporter = struct {
const display_label = if (label.len > 0) label else "test";
- const color_code = comptime if (skip) "<yellow>" else "";
+ const color_code = comptime if (skip) "<yellow><d>" else "";
if (Output.enable_ansi_colors_stderr) {
for (scopes) |_, i| {