From d606811f555e6906d1f8189dd2bf123cf98faf91 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Thu, 1 Jul 2021 09:31:56 +0900 Subject: [PATCH] Fix test cases for stage2. Signed-off-by: Takeshi Yoneda --- 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 e65702f230e41214068320cd1fc9ce65555900f8..39e7e790d067c37d5a5f5c95243978a93340cdf1 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 8ce46f206475a09a38d260f61ef47e694b489a13..a9d8b142e3e1b86e79adb3cf8e40ae511ec336d3 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 -- 2.54.0