| ... | ... | @@ -282,16 +282,16 @@ 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:252:29: [address] in std.start.posixCallMainAndExit (test) |
| 285 | \\start.zig:256:29: [address] in std.start.posixCallMainAndExit (test) |
| 286 | 286 | \\ return root.main(); |
| 287 | 287 | \\ ^ |
| 288 | | \\start.zig:119:5: [address] in std.start._start (test) |
| 288 | \\start.zig:123:5: [address] in std.start._start (test) |
| 289 | 289 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); |
| 290 | 290 | \\ ^ |
| 291 | 291 | \\ |
| 292 | 292 | , |
| 293 | 293 | // release-safe |
| 294 | | \\start.zig:119:5: [address] in std.start._start (test) |
| 294 | \\start.zig:123:5: [address] in std.start._start (test) |
| 295 | 295 | \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); |
| 296 | 296 | \\ ^ |
| 297 | 297 | \\ |