| ... | @@ -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, // TODO | 74 | .windows, // TODO |
| 75 | .linux, // TODO | | |
| 76 | }, | 75 | }, |
| 77 | .expect = | 76 | .expect = |
| 78 | \\error: TheSkyIsFalling | 77 | \\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, // TODO | 140 | .windows, // TODO |
| 142 | .linux, // TODO | | |
| 143 | }, | 141 | }, |
| 144 | .expect = | 142 | .expect = |
| 145 | \\error: TheSkyIsFalling | 143 | \\error: TheSkyIsFalling |