diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-02-20 08:04:46 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-02-20 08:04:46 -0500 |
| commit | 079728752eca4cffbb4f7e8dc06d5e23b81d7627 (patch) | |
| tree | 552dcf5837bf1b3f4cab297bed4a9e0e0bea4c0f /test/tests.zig | |
| parent | 067968c57f2c7ed4f0606913aa608f6c2be418d2 (diff) | |
| download | zig-079728752eca4cffbb4f7e8dc06d5e23b81d7627.tar.gz zig-079728752eca4cffbb4f7e8dc06d5e23b81d7627.zip | |
deduplicate compile errors for undeclared identifiers
closes #111
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); |
