authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-11-23 12:36:03+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-11-23 12:36:03+01:00
logbfa7e5c7436f2dcea90de12f1c1e1993c025d0cf
treeb205b321ee567c0e89748519def407f1e2e4664d
parent560043dadfa8bf3a6c15d7f09bfbc60e48e0084c

Update stack_traces test


1 files changed, 1 insertions(+), 1 deletions(-)

test/stack_traces.zig+1-1
...@@ -282,7 +282,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {...@@ -282,7 +282,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
282 \\source.zig:10:8: [address] in main (test)282 \\source.zig:10:8: [address] in main (test)
283 \\ foo();283 \\ foo();
284 \\ ^284 \\ ^
285 \\start.zig:331:29: [address] in std.start.posixCallMainAndExit (test)285 \\start.zig:337:29: [address] in std.start.posixCallMainAndExit (test)
286 \\ return root.main();286 \\ return root.main();
287 \\ ^287 \\ ^
288 \\start.zig:162:5: [address] in std.start._start (test)288 \\start.zig:162:5: [address] in std.start._start (test)