Fix Linux testEnumerationSkippingHiddenFiles()

This commit is contained in:
Max Howell
2019-01-20 17:32:37 -05:00
parent 751b855a26
commit 920f007660
3 changed files with 18 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ extension PathTests {
]
}
#if os(Linux)
#if !os(macOS)
public func __allTests() -> [XCTestCaseEntry] {
return [
testCase(PathTests.__allTests),