| author | |
| committer | |
| log | 80b8294bccdbdf3bc0dd9248676e5c9718354125 |
| tree | 70c1142a51c7164dbc1c30c1e9e8f083b013f496 |
| parent | 40c9b13608d89032c95d16aa33fc0003fb1e324d |
reverts 1ce71c86bff351a4ade4321e188a13c9d3cff8b41 files changed, 0 insertions(+), 2 deletions(-)
test/stack_traces.zig-2| ... | ... | @@ -72,7 +72,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void { |
| 72 | 72 | .ReleaseSafe = .{ |
| 73 | 73 | .exclude_os = .{ |
| 74 | 74 | .windows, // TODO |
| 75 | .linux, // TODO | |
| 76 | 75 | }, |
| 77 | 76 | .expect = |
| 78 | 77 | \\error: TheSkyIsFalling |
| ... | ... | @@ -139,7 +138,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void { |
| 139 | 138 | .ReleaseSafe = .{ |
| 140 | 139 | .exclude_os = .{ |
| 141 | 140 | .windows, // TODO |
| 142 | .linux, // TODO | |
| 143 | 141 | }, |
| 144 | 142 | .expect = |
| 145 | 143 | \\error: TheSkyIsFalling |