| author | |
| committer | |
| log | 5d9fc11d18bef9142cb32af3d1515b6de9f125ab |
| tree | 1b3cf7b7e2d418575729830c274e8028d6c841e1 |
| parent | a74632b50a2ba4b093b13633bbeb7f0579f010f3 |
1 files changed, 1 insertions(+), 1 deletions(-)
test/stage2/cbe.zig+1-1| ... | ... | @@ -530,7 +530,7 @@ pub fn addCases(ctx: *TestContext) !void { |
| 530 | 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 | 534 | ":1:15: note: struct declared here", |
| 535 | 535 | }); |
| 536 | 536 | case.addCompareOutput( |