zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 75bda408cd69f3d3b0cdb00caa26eb8cbeab5f3e (tree)
parent 656ba530d80e67bc7bb9c40e5c2db26a40743a15
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 13 Mar 2020 17:50:29 -0400

update stack traces test expectations

Diffstat:
Mtest/stack_traces.zig | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/stack_traces.zig b/test/stack_traces.zig @@ -282,16 +282,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void { \\source.zig:10:8: [address] in main (test) \\ foo(); \\ ^ - \\start.zig:253:29: [address] in std.start.posixCallMainAndExit (test) + \\start.zig:252:29: [address] in std.start.posixCallMainAndExit (test) \\ return root.main(); \\ ^ - \\start.zig:120:5: [address] in std.start._start (test) + \\start.zig:119:5: [address] in std.start._start (test) \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); \\ ^ \\ , // release-safe - \\start.zig:120:5: [address] in std.start._start (test) + \\start.zig:119:5: [address] in std.start._start (test) \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); \\ ^ \\