fix compilation error when building with io_mode evented

The merge of #5613 introduced a regression when building with io_mode
evented, fixed in this commit.

closes #6715
This commit is contained in:
Andrew Kelley
2020-10-17 15:46:36 -07:00
parent 245d98d32d
commit 0011def2b2
2 changed files with 40 additions and 10 deletions

View File

@@ -282,7 +282,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
\\source.zig:10:8: [address] in main (test)
\\ foo();
\\ ^
\\start.zig:289:29: [address] in std.start.posixCallMainAndExit (test)
\\start.zig:319:29: [address] in std.start.posixCallMainAndExit (test)
\\ return root.main();
\\ ^
\\start.zig:151:5: [address] in std.start._start (test)