mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
update stack traces test expectations
This commit is contained in:
parent
656ba530d8
commit
75bda408cd
1 changed files with 3 additions and 3 deletions
|
|
@ -282,16 +282,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
||||||
\\source.zig:10:8: [address] in main (test)
|
\\source.zig:10:8: [address] in main (test)
|
||||||
\\ foo();
|
\\ foo();
|
||||||
\\ ^
|
\\ ^
|
||||||
\\start.zig:253:29: [address] in std.start.posixCallMainAndExit (test)
|
\\start.zig:252:29: [address] in std.start.posixCallMainAndExit (test)
|
||||||
\\ return root.main();
|
\\ 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, .{});
|
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||||
\\ ^
|
\\ ^
|
||||||
\\
|
\\
|
||||||
,
|
,
|
||||||
// release-safe
|
// 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, .{});
|
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||||
\\ ^
|
\\ ^
|
||||||
\\
|
\\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue