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 4afd76b commit e7e99d5Copy full SHA for e7e99d5
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