Skip to content

Commit 5a21840

Browse files
committed
Removed now unnecessary compiler guards.
1 parent 7634719 commit 5a21840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/NIOPosixTests/NIOLoopBoundTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ final class NIOLoopBoundTests: XCTestCase {
114114
XCTAssertTrue(loopBoundBox.value.mutateInPlace())
115115
}
116116

117-
#if compiler(>=6.0)
118117
func testWithValue() {
119118
var expectedValue = 0
120119
let loopBound = NIOLoopBoundBox(expectedValue, eventLoop: loop)
@@ -142,7 +141,6 @@ final class NIOLoopBoundTests: XCTestCase {
142141

143142
XCTAssertEqual(10, loopBound.value, "Ensure value is set even if we throw")
144143
}
145-
#endif
146144

147145
// MARK: - Helpers
148146
func sendableBlackhole<S: Sendable>(_ sendableThing: S) {}

0 commit comments

Comments
 (0)