commit bfa7e5c7436f2dcea90de12f1c1e1993c025d0cf (tree) parent 560043dadfa8bf3a6c15d7f09bfbc60e48e0084c Author: LemonBoy <thatlemon@gmail.com> Date: Mon, 23 Nov 2020 12:36:03 +0100 Update stack_traces test Diffstat:
| M | test/stack_traces.zig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/stack_traces.zig b/test/stack_traces.zig @@ -282,7 +282,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void { \\source.zig:10:8: [address] in main (test) \\ foo(); \\ ^ - \\start.zig:331:29: [address] in std.start.posixCallMainAndExit (test) + \\start.zig:337:29: [address] in std.start.posixCallMainAndExit (test) \\ return root.main(); \\ ^ \\start.zig:162:5: [address] in std.start._start (test)