| author | |
| committer | |
| log | 27a41413f71b9b2d2fb15ea14a96983b4ba9bd2e |
| tree | 2647fb5e566348434603cc309ef13d0a0e7895be |
| parent | c4b295bb6e9fcb1d02122cb70c95019c81ae543e |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 0 insertions(+), 1 deletions(-)
test/behavior/cast.zig-1| ... | ... | @@ -401,7 +401,6 @@ test "expected [*c]const u8, found [*:0]const u8" { |
| 401 | 401 | } |
| 402 | 402 | |
| 403 | 403 | test "explicit cast from integer to error type" { |
| 404 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; | |
| 405 | 404 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; |
| 406 | 405 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 407 | 406 | if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |