update stack trace test expected output

master
Andrew Kelley 2020-03-22 17:07:24 -04:00
parent 10223eaea0
commit 87b8b69eb0
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 3 additions and 3 deletions

View File

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