Pat Tullmann 57874ce619
lib/std/fs/test.zig: cleanup (#17443)
* fs/test.zig: use arena allocator more consistently

* fs/test.zig: remove unnecessary type information

Zig can (now?) implicitly cast a `&.{ "foo"}` when passed to
`fs.path.join()`, so the `[_][]const u8` is unnecessary.

* fs/test.zig: Use fs.path.join() for longer paths

Replace long path constructions (that use several "++ path_sep ++")
with a single call to `fs.path.join`.  Seems more readable to me.

* fs/test.zig: fmt
2023-10-09 16:44:14 +03:00
..
2023-09-25 15:53:05 -04:00
2023-09-19 09:37:31 -07:00
2023-09-19 09:37:31 -07:00
2023-10-09 16:44:14 +03:00
2023-09-22 15:08:51 -07:00
2023-07-31 03:49:21 -04:00