stage2: update tests now that structs have fully qualified names

This commit is contained in:
Andrew Kelley 2021-05-11 14:51:54 -07:00
parent a74632b50a
commit 5d9fc11d18

View File

@ -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(