Skip to content

Commit

Permalink
Remove URLStreamReaderTests from tests w/ Swift <5.8 to fix compilati…
Browse files Browse the repository at this point in the history
…on error
  • Loading branch information
Frizlab committed Jan 2, 2025
1 parent c96ea3e commit e58ba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ let package = Package(
],
targets: [
.target(name: "StreamReader", exclude: ["Conveniences/URLSessionStreamTaskReader.swift"]),
.testTarget(name: "StreamReaderTests", dependencies: ["StreamReader"])
.testTarget(name: "StreamReaderTests", dependencies: ["StreamReader"], exclude: ["URLStreamReaderTests.swift"])
]
)

0 comments on commit e58ba79

Please sign in to comment.