| author | |
| committer | |
| log | 691fba38d8cf28a32e6d4a4cd2111c401e763d08 |
| tree | 1f40e9478592ac699389063d3a1c3401ebc2d6ec |
| parent | 0fafc8cc4409b35649c19af19f7c259ff570c0b5 |
1 files changed, 1 insertions(+), 2 deletions(-)
test/behavior/cast.zig+1-2| ... | ... | @@ -326,8 +326,7 @@ test "array coersion to undefined at runtime" { |
| 326 | 326 | |
| 327 | 327 | @setRuntimeSafety(true); |
| 328 | 328 | |
| 329 | // TODO implement @setRuntimeSafety in stage2 | |
| 330 | if (builtin.zig_backend != .stage1 and builtin.mode != .Debug and builtin.mode != .ReleaseSafe) { | |
| 329 | if (builtin.mode != .Debug and builtin.mode != .ReleaseSafe) { | |
| 331 | 330 | return error.SkipZigTest; |
| 332 | 331 | } |
| 333 | 332 |