authorgravatar for me@tadeo.caTadeo Kondrak <me@tadeo.ca> 2020-08-21 15:00:23-06:00
committergravatar for me@tadeo.caTadeo Kondrak <me@tadeo.ca> 2020-08-21 15:00:23-06:00
logc31e8701d70416b3d95d66740ae2f6a6043a6922
treee414420e7735157ca93256ca672a535a37241719
parent5a5956bd204017321a86dd058898c0dc57ff2c03
signature Commit is signed but in an unrecognized format.

Update compile-errors test for @Type(.Enum) changes


1 files changed, 2 insertions(+), 2 deletions(-)

test/compile_errors.zig+2-2
......@@ -614,8 +614,8 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
614614 \\ _ = C;
615615 \\}
616616 , &[_][]const u8{
617 "tmp.zig:4:5: error: non-exhaustive enum must specify size",
618 "error: value assigned to '_' field of non-exhaustive enum",
617 "tmp.zig:4:5: error: value assigned to '_' field of non-exhaustive enum",
618 "error: non-exhaustive enum must specify size",
619619 "error: non-exhaustive enum specifies every value",
620620 "error: '_' field of non-exhaustive enum must be last",
621621 });