authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-06-19 20:07:07+02:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2021-06-19 20:07:07+02:00
logaa6422d792a2642c5ea53a7c35f06b1cb61379b2
tree7cafc960ffe2be09340225b657b8aea3dcaf3c88
parentfd6d5f16096335629d4a5cab4e7784dffbcb94e5

tests: Update line numbers


2 files changed, 2 insertions(+), 2 deletions(-)

test/stage2/darwin.zig+1-1
......@@ -14,7 +14,7 @@ pub fn addCases(ctx: *TestContext) !void {
1414 {
1515 var case = ctx.exe("hello world with updates", target);
1616 case.addError("", &[_][]const u8{
17 ":84:9: error: struct 'test_case.test_case' has no member named 'main'",
17 ":85:9: error: struct 'test_case.test_case' has no member named 'main'",
1818 });
1919
2020 // Incorrect return type
test/stage2/test.zig+1-1
......@@ -24,7 +24,7 @@ pub fn addCases(ctx: *TestContext) !void {
2424 var case = ctx.exe("hello world with updates", linux_x64);
2525
2626 case.addError("", &[_][]const u8{
27 ":84:9: error: struct 'test_case.test_case' has no member named 'main'",
27 ":85:9: error: struct 'test_case.test_case' has no member named 'main'",
2828 });
2929
3030 // Incorrect return type