stage2: update tests now that structs have fully qualified names
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user