mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 10:03:21 +00:00
stage2: update tests now that structs have fully qualified names
This commit is contained in:
parent
a74632b50a
commit
5d9fc11d18
@ -530,7 +530,7 @@ pub fn addCases(ctx: *TestContext) !void {
|
||||
\\ return p.y - p.x - p.x;
|
||||
\\}
|
||||
, &.{
|
||||
":6:10: error: no field named 'z' in struct 'Point'",
|
||||
":6:10: error: no field named 'z' in struct 'test_case.Point'",
|
||||
":1:15: note: struct declared here",
|
||||
});
|
||||
case.addCompareOutput(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user