diff options
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 3 |
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); |
