diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig index e810cc0dcd..a52af87c1a 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) "" else ""; + const color_code = comptime if (skip) "" else ""; if (Output.enable_ansi_colors_stderr) { for (scopes) |_, i| {