From 39e34081ca9ed3bee0b850bdbf44068b163d1062 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Mon, 19 Oct 2020 14:59:16 +0200 Subject: [PATCH] Update the stack-traces tests --- test/stack_traces.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/stack_traces.zig b/test/stack_traces.zig index c29e44175d..a7510ffb62 100644 --- a/test/stack_traces.zig +++ b/test/stack_traces.zig @@ -282,10 +282,10 @@ pub fn addCases(cases: *tests.StackTracesContext) void { \\source.zig:10:8: [address] in main (test) \\ foo(); \\ ^ - \\start.zig:319:29: [address] in std.start.posixCallMainAndExit (test) + \\start.zig:322:29: [address] in std.start.posixCallMainAndExit (test) \\ return root.main(); \\ ^ - \\start.zig:151:5: [address] in std.start._start (test) + \\start.zig:154:5: [address] in std.start._start (test) \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); \\ ^ \\ @@ -294,7 +294,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void { switch (std.Target.current.cpu.arch) { .aarch64 => "", // TODO disabled; results in segfault else => - \\start.zig:151:5: [address] in std.start._start (test) + \\start.zig:154:5: [address] in std.start._start (test) \\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); \\ ^ \\