| author | |
| committer | |
| log | aa6422d792a2642c5ea53a7c35f06b1cb61379b2 |
| tree | 7cafc960ffe2be09340225b657b8aea3dcaf3c88 |
| parent | fd6d5f16096335629d4a5cab4e7784dffbcb94e5 |
2 files changed, 2 insertions(+), 2 deletions(-)
test/stage2/darwin.zig+1-1| ... | ... | @@ -14,7 +14,7 @@ pub fn addCases(ctx: *TestContext) !void { |
| 14 | 14 | { |
| 15 | 15 | var case = ctx.exe("hello world with updates", target); |
| 16 | 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 | }); |
| 19 | 19 | |
| 20 | 20 | // Incorrect return type |
test/stage2/test.zig+1-1| ... | ... | @@ -24,7 +24,7 @@ pub fn addCases(ctx: *TestContext) !void { |
| 24 | 24 | var case = ctx.exe("hello world with updates", linux_x64); |
| 25 | 25 | |
| 26 | 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 | }); |
| 29 | 29 | |
| 30 | 30 | // Incorrect return type |