about summary refs log tree commit diff
path: root/library/std/tests/common
AgeCommit message (Collapse)AuthorLines
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-0/+58
Moving `create_dir_all` out of `ui-fulldeps` is complicated by the fact it sets the current directory. This means it can't be a unit test. Instead, move it to its own integration test.