update stack traces test expectations

This commit is contained in:
Andrew Kelley 2020-03-13 17:50:29 -04:00
parent 656ba530d8
commit 75bda408cd
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -282,16 +282,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
\\source.zig:10:8: [address] in main (test)
\\ foo();
\\ ^
\\start.zig:253:29: [address] in std.start.posixCallMainAndExit (test)
\\start.zig:252:29: [address] in std.start.posixCallMainAndExit (test)
\\ return root.main();
\\ ^
\\start.zig:120:5: [address] in std.start._start (test)
\\start.zig:119:5: [address] in std.start._start (test)
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
\\ ^
\\
,
// release-safe
\\start.zig:120:5: [address] in std.start._start (test)
\\start.zig:119:5: [address] in std.start._start (test)
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
\\ ^
\\