mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 19:09:32 +00:00
764cf4e53f
Before this commit, the modified test would fail with `FileNotFound` because the `entry.dir` would be for the entry itself rather than the containing dir of the entry. That is, if you were walking a tree of `a/b`, then (previously) the entry for `b` would incorrectly have an `entry.dir` for `b` rather than `a`. |
||
---|---|---|
.. | ||
file.zig | ||
get_app_data_dir.zig | ||
path.zig | ||
test.zig | ||
wasi.zig | ||
watch.zig |