We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9267094 commit 57360d1Copy full SHA for 57360d1
Tests/SWBUtilTests/FSProxyTests.swift
@@ -466,8 +466,6 @@ import SWBTestSupport
466
let fileAtts = try FileManager.default.attributesOfItem(atPath: filePath.str)
467
let fileMgrModDate = try #require(fileAtts[FileAttributeKey.modificationDate] as? Date)
468
469
- // not working on Windows for some reason
470
- let hostOS = try ProcessInfo.processInfo.hostOperatingSystem()
471
#expect(fsModDate == fileMgrModDate)
472
}
473
0 commit comments