commit 5d9fc11d18bef9142cb32af3d1515b6de9f125ab (tree)
parent a74632b50a2ba4b093b13633bbeb7f0579f010f3
Author: Andrew Kelley <andrew@ziglang.org>
Date: Tue, 11 May 2021 14:51:54 -0700
stage2: update tests now that structs have fully qualified names
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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(