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 {...@@ -14,7 +14,7 @@ pub fn addCases(ctx: *TestContext) !void {
14 {14 {
15 var case = ctx.exe("hello world with updates", target);15 var case = ctx.exe("hello world with updates", target);
16 case.addError("", &[_][]const u8{16 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'",
18 });18 });
1919
20 // Incorrect return type20 // Incorrect return type
test/stage2/test.zig+1-1
...@@ -24,7 +24,7 @@ pub fn addCases(ctx: *TestContext) !void {...@@ -24,7 +24,7 @@ pub fn addCases(ctx: *TestContext) !void {
24 var case = ctx.exe("hello world with updates", linux_x64);24 var case = ctx.exe("hello world with updates", linux_x64);
2525
26 case.addError("", &[_][]const u8{26 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'",
28 });28 });
2929
30 // Incorrect return type30 // Incorrect return type