From 392e6da8a30b75308dd52467a18ec1021a261478 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 22 Oct 2020 21:57:30 -0700 Subject: [PATCH] update stack trace test case --- test/stack_traces.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stack_traces.zig b/test/stack_traces.zig index a7510ffb62..522d3ad9aa 100644 --- 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:322:29: [address] in std.start.posixCallMainAndExit (test) + \\start.zig:323:29: [address] in std.start.posixCallMainAndExit (test) \\ return root.main(); \\ ^ \\start.zig:154:5: [address] in std.start._start (test)