update test expectations

This commit is contained in:
Andrew Kelley
2020-02-26 11:59:23 -05:00
parent f33bf48af7
commit e4180de2e9
2 changed files with 6 additions and 9 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:247:29: [address] in std.start.posixCallMainAndExit (test)
\\start.zig:253:29: [address] in std.start.posixCallMainAndExit (test)
\\ return root.main();
\\ ^
\\start.zig:114:5: [address] in std.start._start (test)
\\start.zig:120:5: [address] in std.start._start (test)
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
\\ ^
\\
,
// release-safe
\\start.zig:114:5: [address] in std.start._start (test)
\\start.zig:120:5: [address] in std.start._start (test)
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
\\ ^
\\