aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.zig')
-rw-r--r--test/tests.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tests.zig b/test/tests.zig
index f9c9207f05..2591ab4f2a 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -716,7 +716,8 @@ pub const CompileErrorContext = struct {
for (self.case.expected_errors.toSliceConst()) |expected| {
if (mem.indexOf(u8, stderr, expected) == null) {
warn(
- \\\n=========== Expected compile error: ============
+ \\
+ \\=========== Expected compile error: ============
\\{}
\\
, expected);