Commit d606811f55

Takeshi Yoneda <takeshi@tetrate.io>
2021-07-01 02:31:56
Fix test cases for stage2.
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
1 parent bc7761d
Changed files (2)
test
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
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