about summary refs log tree commit diff
path: root/library/std/src/sys/windows/args
AgeCommit message (Collapse)AuthorLines
2021-08-08Update Windows arg parsing testsChris Denton-17/+47
This updates the tests to be consistent with argv in modern C/C++ applications.
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+61
Also doing fmt inplace as requested.