Skip to content

Commit e378fb2

Browse files
authored
Tests: ignore XCTest manifest on newer Swift (#91)
This is motivated by the desire to build the test suite on Windows. Newer versions of SPM have test discovery which obviates the test manifest, which incidentally repairs the build on Windows while adopting newer functionality and reducing management complexity.
1 parent 63cdebe commit e378fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SystemTests/XCTestManifests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !canImport(ObjectiveC)
1+
#if !canImport(ObjectiveC) && swift(<5.5)
22
import XCTest
33

44
extension ErrnoTest {

0 commit comments

Comments
 (0)