diff --git a/test/tests.zig b/test/tests.zig index a17938fc3c..9218971074 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -343,7 +343,7 @@ pub const CompareOutputContext = struct { \\ \\========= Expected this output: ========= \\{} - \\================================================ + \\========= But found: ==================== \\{} \\ , self.expected_output, stdout.toSliceConst()); @@ -1038,7 +1038,7 @@ pub const TranslateCContext = struct { \\ \\========= Expected this output: ================ \\{} - \\================================================ + \\========= But found: =========================== \\{} \\ , expected_line, stdout); @@ -1213,7 +1213,7 @@ pub const GenHContext = struct { \\ \\========= Expected this output: ================ \\{} - \\================================================ + \\========= But found: =========================== \\{} \\ , expected_line, actual_h);