From 5d9fc11d18bef9142cb32af3d1515b6de9f125ab Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 11 May 2021 14:51:54 -0700 Subject: [PATCH] stage2: update tests now that structs have fully qualified names --- test/stage2/cbe.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stage2/cbe.zig b/test/stage2/cbe.zig index 0e5b398f59..60ab51ab1a 100644 --- a/test/stage2/cbe.zig +++ b/test/stage2/cbe.zig @@ -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(