| author | |
| committer | |
| log | 21b7ceb5e56c80208782b1cf6c235c0d1bba8da2 |
| tree | 9061dbaeed815c3bb670de5b185a535522c633e4 |
| parent | fe6c3e58ef11c8377ce4adfc89301bf4edaf42ab |
| signature |
https://codeberg.org/ziglang/zig/issues/353591 files changed, 2 insertions(+), 0 deletions(-)
lib/std/fs/test.zig+2| ... | ... | @@ -1075,6 +1075,8 @@ test "Dir.rename file <-> dir" { |
| 1075 | 1075 | } |
| 1076 | 1076 | |
| 1077 | 1077 | test "Dir.renamePreserve onto existing" { |
| 1078 | if (native_os == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35359 | |
| 1079 | ||
| 1078 | 1080 | try testWithAllSupportedPathTypes(struct { |
| 1079 | 1081 | fn impl(ctx: *TestContext) !void { |
| 1080 | 1082 | const io = ctx.io; |