Files
wren/test/io/stat
underscorediscovery ff068d5841 fix: relax directory stat size assertion to allow zero on Windows
On Windows, `stat` on a directory reports size as 0, causing the previous
`stat.size > 0` assertion to fail. Change the test to only verify that
`stat.size` is a numeric value, accommodating platform-specific behavior
where directory sizes may be zero.
2020-02-16 23:52:08 +00:00
..