Skip to content

Commit ab63ebd

Browse files
Merge pull request #286 from stephentyrone/drop-support-5.4
Drop support for Swift <= 5.4 on main
2 parents fa7db57 + 347f1e3 commit ab63ebd

File tree

2 files changed

+1
-100
lines changed

2 files changed

+1
-100
lines changed

[email protected]

Lines changed: 0 additions & 99 deletions
This file was deleted.

Tests/RealTests/RelaxedArithmeticTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ final class RelaxedArithmeticTests: XCTestCase {
116116
}
117117

118118
func testRelaxedArithmetic() {
119-
#if swift(>=5.4) && !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
119+
#if !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
120120
testRelaxedArithmetic(Float16.self)
121121
#endif
122122
testRelaxedArithmetic(Float.self)

0 commit comments

Comments
 (0)