| author | |
| committer | |
| log | 6f00157e1e0159a5115a4e9e2ed389e819499282 |
| tree | 85f21c3030798c9dc816da3108834bf57db919f8 |
| parent | 47a2e8026fb567b46b9ddf2256f1ace2fba674e3 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs/test.zig+1-1| ... | ... | @@ -2561,7 +2561,7 @@ test "open smoke test" { |
| 2561 | 2561 | } |
| 2562 | 2562 | |
| 2563 | 2563 | // Try opening as file which should fail. |
| 2564 | try expectError(error.IsDir, tmp.dir.openFile(io, "some_dir", .{})); | |
| 2564 | try expectError(error.IsDir, tmp.dir.openFile(io, "some_dir", .{ .allow_directory = false })); | |
| 2565 | 2565 | } |
| 2566 | 2566 | |
| 2567 | 2567 | test "hard link with different directories" { |