mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-22 17:04:51 +03:00
1bc0df7250
These tests check that . and .. are able to be handled by the std.fs functions. Before #7664, these tests would have failed on Windows. Closes #4659