| author | |
| committer | |
| log | bcf3eb5663af744dc5b6da7ec729d153c366dd42 |
| tree | 5ab0e839f6821a46cfb4121e030eb3ff8d4f890d |
| parent | 101918198260482d98f6690f0ce3b1fb77a30595 |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
test/behavior/cast.zig-2| ... | ... | @@ -411,8 +411,6 @@ fn gimmeErrOrSlice() anyerror![]u8 { |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | test "peer type resolution: [0]u8, []const u8, and anyerror![]u8" { |
| 414 | if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO | |
| 415 | ||
| 416 | 414 | const S = struct { |
| 417 | 415 | fn doTheTest() anyerror!void { |
| 418 | 416 | { |