mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
Update compile-errors test for @Type(.Enum) changes
This commit is contained in:
parent
5a5956bd20
commit
c31e8701d7
@ -614,8 +614,8 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
|
||||
\\ _ = C;
|
||||
\\}
|
||||
, &[_][]const u8{
|
||||
"tmp.zig:4:5: error: non-exhaustive enum must specify size",
|
||||
"error: value assigned to '_' field of non-exhaustive enum",
|
||||
"tmp.zig:4:5: error: value assigned to '_' field of non-exhaustive enum",
|
||||
"error: non-exhaustive enum must specify size",
|
||||
"error: non-exhaustive enum specifies every value",
|
||||
"error: '_' field of non-exhaustive enum must be last",
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user