Commit 5d9fc11d18

Andrew Kelley <andrew@ziglang.org>
2021-05-11 23:51:54
stage2: update tests now that structs have fully qualified names
1 parent a74632b
Changed files (1)
test
stage2
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(