| author | |
| committer | |
| log | 8e741045bc672858dfe2ca85c8253fb755afd375 |
| tree | 39ef26218708ae721adb9c596d4ff3aad3e4a6fb |
| parent | 5f2729a1a2ddbeb23ff6bd25c567d4ccd596af92 |
| signature |
https://codeberg.org/ziglang/zig/issues/356861 files changed, 2 insertions(+), 0 deletions(-)
lib/std/fs/test.zig+2| ... | ... | @@ -939,6 +939,8 @@ test "createDirPathOpen parent dirs do not exist" { |
| 939 | 939 | } |
| 940 | 940 | |
| 941 | 941 | test "deleteDir" { |
| 942 | if (builtin.target.os.tag == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35686 | |
| 943 | ||
| 942 | 944 | try testWithAllSupportedPathTypes(struct { |
| 943 | 945 | fn impl(ctx: *TestContext) !void { |
| 944 | 946 | const io = ctx.io; |