diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-11-23 08:55:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 08:55:34 -0800 |
| commit | 9d2fe1682f19bd21a393deeea2c4173b4429b482 (patch) | |
| tree | 471896cda055375d4c647e69c6ee2602665f4915 /test/stack_traces.zig | |
| parent | c7170e4a5480581db5f30913eebd9ad4f7cd121e (diff) | |
| parent | 3e22077d46a02d1c4e02dd603b560978dc184a87 (diff) | |
| download | zig-9d2fe1682f19bd21a393deeea2c4173b4429b482.tar.gz zig-9d2fe1682f19bd21a393deeea2c4173b4429b482.zip | |
Merge pull request #7204 from LemonBoy/piecrash
Fix logic for detecting _DYNAMIC symbol
Diffstat (limited to 'test/stack_traces.zig')
| -rw-r--r-- | test/stack_traces.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stack_traces.zig b/test/stack_traces.zig index 151e0baf70..7566f2b88a 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: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) |
