authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-24 12:56:56-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-24 12:57:31-07:00
log80b8294bccdbdf3bc0dd9248676e5c9718354125
tree70c1142a51c7164dbc1c30c1e9e8f083b013f496
parent40c9b13608d89032c95d16aa33fc0003fb1e324d

test-stack-traces: restore test coverage

reverts 1ce71c86bff351a4ade4321e188a13c9d3cff8b4

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

test/stack_traces.zig-2
...@@ -72,7 +72,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {...@@ -72,7 +72,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
72 .ReleaseSafe = .{72 .ReleaseSafe = .{
73 .exclude_os = .{73 .exclude_os = .{
74 .windows, // TODO74 .windows, // TODO
75 .linux, // TODO
76 },75 },
77 .expect = 76 .expect =
78 \\error: TheSkyIsFalling77 \\error: TheSkyIsFalling
...@@ -139,7 +138,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {...@@ -139,7 +138,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
139 .ReleaseSafe = .{138 .ReleaseSafe = .{
140 .exclude_os = .{139 .exclude_os = .{
141 .windows, // TODO140 .windows, // TODO
142 .linux, // TODO
143 },141 },
144 .expect = 142 .expect =
145 \\error: TheSkyIsFalling143 \\error: TheSkyIsFalling