stage1: update compile error tests

follow-up to 56c81c713f
This commit is contained in:
Andrew Kelley 2020-08-18 08:44:34 -07:00
parent c0517bf1f6
commit bdb8c49418

View File

@ -6665,12 +6665,6 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
"tmp.zig:9:13: error: type '*MyType' does not support field access",
});
cases.add("carriage return special case", "fn test() bool {\r\n" ++
" true\r\n" ++
"}\r\n", &[_][]const u8{
"tmp.zig:1:17: error: invalid carriage return, only '\\n' line endings are supported",
});
cases.add("invalid legacy unicode escape",
\\export fn entry() void {
\\ const a = '\U1234';