update docs/tests for async/extern fn removal

This commit is contained in:
Tadeo Kondrak
2020-05-04 10:50:11 -06:00
parent 6745a6f6f6
commit 84a0a9688c
5 changed files with 19 additions and 18 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:250:29: [address] in std.start.posixCallMainAndExit (test)
\\start.zig:249:29: [address] in std.start.posixCallMainAndExit (test)
\\ return root.main();
\\ ^
\\start.zig:123:5: [address] in std.start._start (test)