diff --git a/test/stage2/darwin.zig b/test/stage2/darwin.zig index e65702f230..39e7e790d0 100644 --- a/test/stage2/darwin.zig +++ b/test/stage2/darwin.zig @@ -14,7 +14,7 @@ pub fn addCases(ctx: *TestContext) !void { { var case = ctx.exe("hello world with updates", target); case.addError("", &[_][]const u8{ - ":85:9: error: struct 'test_case.test_case' has no member named 'main'", + ":86:9: error: struct 'test_case.test_case' has no member named 'main'", }); // Incorrect return type diff --git a/test/stage2/test.zig b/test/stage2/test.zig index 8ce46f2064..a9d8b142e3 100644 --- a/test/stage2/test.zig +++ b/test/stage2/test.zig @@ -24,7 +24,7 @@ pub fn addCases(ctx: *TestContext) !void { var case = ctx.exe("hello world with updates", linux_x64); case.addError("", &[_][]const u8{ - ":85:9: error: struct 'test_case.test_case' has no member named 'main'", + ":86:9: error: struct 'test_case.test_case' has no member named 'main'", }); // Incorrect return type