We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7634719 commit 5a21840Copy full SHA for 5a21840
Tests/NIOPosixTests/NIOLoopBoundTests.swift
@@ -114,7 +114,6 @@ final class NIOLoopBoundTests: XCTestCase {
114
XCTAssertTrue(loopBoundBox.value.mutateInPlace())
115
}
116
117
- #if compiler(>=6.0)
118
func testWithValue() {
119
var expectedValue = 0
120
let loopBound = NIOLoopBoundBox(expectedValue, eventLoop: loop)
@@ -142,7 +141,6 @@ final class NIOLoopBoundTests: XCTestCase {
142
141
143
XCTAssertEqual(10, loopBound.value, "Ensure value is set even if we throw")
144
145
- #endif
146
147
// MARK: - Helpers
148
func sendableBlackhole<S: Sendable>(_ sendableThing: S) {}
0 commit comments