| ... | ... | @@ -282,10 +282,10 @@ pub fn addCases(cases: *tests.StackTracesContext) void { |
| 282 | 282 | \\source.zig:10:8: [address] in main (test) |
| 283 | 283 | \\ foo(); |
| 284 | 284 | \\ ^ |
| 285 | | \\start.zig:319:29: [address] in std.start.posixCallMainAndExit (test) |
| 285 | \\start.zig:322:29: [address] in std.start.posixCallMainAndExit (test) |
| 286 | 286 | \\ return root.main(); |
| 287 | 287 | \\ ^ |
| 288 | | \\start.zig:151:5: [address] in std.start._start (test) |
| 288 | \\start.zig:154:5: [address] in std.start._start (test) |
| 289 | 289 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); |
| 290 | 290 | \\ ^ |
| 291 | 291 | \\ |
| ... | ... | @@ -294,7 +294,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void { |
| 294 | 294 | switch (std.Target.current.cpu.arch) { |
| 295 | 295 | .aarch64 => "", // TODO disabled; results in segfault |
| 296 | 296 | else => |
| 297 | | \\start.zig:151:5: [address] in std.start._start (test) |
| 297 | \\start.zig:154:5: [address] in std.start._start (test) |
| 298 | 298 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); |
| 299 | 299 | \\ ^ |
| 300 | 300 | \\ |