mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
update stack trace test with new start.zig line number
This commit is contained in:
parent
479f259ea4
commit
500fbdad57
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ 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:337:29: [address] in std.start.posixCallMainAndExit (test)
|
\\start.zig:341:29: [address] in std.start.posixCallMainAndExit (test)
|
||||||
\\ return root.main();
|
\\ return root.main();
|
||||||
\\ ^
|
\\ ^
|
||||||
\\start.zig:162:5: [address] in std.start._start (test)
|
\\start.zig:162:5: [address] in std.start._start (test)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue