| author | |
| committer | |
| log | 36b28050f4e6c00424e835d54d965670b5cfeff0 |
| tree | 73207b9fda870ecd490b55efab568d4423dc8010 |
| parent | c3d474bf6f247469f1277a2b4a5d3810f8222a21 |
| signature |
https://codeberg.org/ziglang/zig/issues/313891 files changed, 2 insertions(+), 0 deletions(-)
lib/std/fs/test.zig+2| ... | ... | @@ -1665,6 +1665,8 @@ fn expectFileContents(io: Io, dir: Dir, file_path: []const u8, data: []const u8) |
| 1665 | 1665 | } |
| 1666 | 1666 | |
| 1667 | 1667 | test "AtomicFile" { |
| 1668 | if (native_os == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31389 | |
| 1669 | ||
| 1668 | 1670 | try testWithAllSupportedPathTypes(struct { |
| 1669 | 1671 | fn impl(ctx: *TestContext) !void { |
| 1670 | 1672 | const io = ctx.io; |