update stack trace test case

master
Andrew Kelley 2020-10-22 21:57:30 -07:00
parent 59c26c79e8
commit 392e6da8a3
1 changed files with 1 additions and 1 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:322:29: [address] in std.start.posixCallMainAndExit (test)
\\start.zig:323:29: [address] in std.start.posixCallMainAndExit (test)
\\ return root.main();
\\ ^
\\start.zig:154:5: [address] in std.start._start (test)