Probably redundant tests, but why not

This commit is contained in:
Max Howell
2020-02-09 14:38:20 -05:00
parent 6e37bfde4d
commit 6e99825d9f
2 changed files with 7 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ extension PathTests {
("testMoveInto", testMoveInto),
("testMoveTo", testMoveTo),
("testNoUndesiredSymlinkResolution", testNoUndesiredSymlinkResolution),
("testOptionalInitializer", testOptionalInitializer),
("testPathComponents", testPathComponents),
("testReadlinkOnFileReturnsSelf", testReadlinkOnFileReturnsSelf),
("testReadlinkOnNonExistantFileThrows", testReadlinkOnNonExistantFileThrows),