From aa6422d792a2642c5ea53a7c35f06b1cb61379b2 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sat, 19 Jun 2021 20:07:07 +0200 Subject: [PATCH] tests: Update line numbers --- test/stage2/darwin.zig | 2 +- test/stage2/test.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/stage2/darwin.zig b/test/stage2/darwin.zig index 1c4dc5c2d384f45b7b5cac99c51e4bf75f65f893..e65702f230e41214068320cd1fc9ce65555900f8 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{ - ":84:9: error: struct 'test_case.test_case' has no member named 'main'", + ":85: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 46f5fa1ba03b566b674bc73c00ff9733163f50e4..329c93dc6b29320a785bacbdb23d7cff6539b164 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{ - ":84:9: error: struct 'test_case.test_case' has no member named 'main'", + ":85:9: error: struct 'test_case.test_case' has no member named 'main'", }); // Incorrect return type -- 2.54.0