Files
wren/test/io
Bob Nystrom beaa1b7c73 fix: relax directory stat assertions to avoid filesystem-specific values
Replace hardcoded expected values for linkCount and size with range checks
(>=1 and >0 respectively) so the test passes across different filesystems
that may report varying directory metadata.
2016-01-05 15:32:51 +00:00
..