| ... | @@ -530,7 +530,7 @@ pub fn addCases(ctx: *TestContext) !void { | ... | @@ -530,7 +530,7 @@ pub fn addCases(ctx: *TestContext) !void { |
| 530 | \\ return p.y - p.x - p.x; | 530 | \\ return p.y - p.x - p.x; |
| 531 | \\} | 531 | \\} |
| 532 | , &.{ | 532 | , &.{ |
| 533 | ":6:10: error: no field named 'z' in struct 'Point'", | 533 | ":6:10: error: no field named 'z' in struct 'test_case.Point'", |
| 534 | ":1:15: note: struct declared here", | 534 | ":1:15: note: struct declared here", |
| 535 | }); | 535 | }); |
| 536 | case.addCompareOutput( | 536 | case.addCompareOutput( |