Files
swift-mirror/unittests/Basic/FileSystemTest.cpp
Ben Barham efe1c97824 [Basic] Update moveFileIfDifferent tests to not rely on getUniqueID
These tests were relying on specifics of `getUniqueID` that aren't
necessarily true - namely that moving a file from `source` to `dest`
doesn't change the returned ID. They are really just testing
`moveFileIfDifferent`, which doesn't need to make this assumption.
2024-09-20 15:32:36 -07:00

8.5 KiB