tests: Update line numbers

This commit is contained in:
LemonBoy 2021-06-19 20:07:07 +02:00
parent fd6d5f1609
commit aa6422d792
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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