File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -300,9 +300,6 @@ final class SwiftDriverTests: XCTestCase {
300
300
}
301
301
302
302
func testRecordedInputModificationDates( ) throws {
303
- #if os(Windows)
304
- throw XCTSkip ( " TSCUtility.RelativePath failure " )
305
- #else
306
303
guard let cwd = localFileSystem. currentWorkingDirectory else {
307
304
fatalError ( )
308
305
}
@@ -324,7 +321,6 @@ final class SwiftDriverTests: XCTestCase {
324
321
. init( file: VirtualPath . relative ( utilRelative) . intern ( ) , type: . swift) : utilMDate,
325
322
] )
326
323
}
327
- #endif
328
324
}
329
325
330
326
func testPrimaryOutputKinds( ) throws {
@@ -1132,9 +1128,6 @@ final class SwiftDriverTests: XCTestCase {
1132
1128
}
1133
1129
1134
1130
func testOutputFileMapRelativePathArg( ) throws {
1135
- #if os(Windows)
1136
- throw XCTSkip ( " TSCUtility.RelativePath failure " )
1137
- #else
1138
1131
guard let cwd = localFileSystem. currentWorkingDirectory else {
1139
1132
fatalError ( )
1140
1133
}
@@ -1166,7 +1159,6 @@ final class SwiftDriverTests: XCTestCase {
1166
1159
" main.swift " , " util.swift " ,
1167
1160
] ) )
1168
1161
}
1169
- #endif
1170
1162
}
1171
1163
1172
1164
func testResponseFileExpansion( ) throws {
You can’t perform that action at this time.
0 commit comments