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 7872b5b commit 87d0231Copy full SHA for 87d0231
Tests/NIOCoreTests/AsyncSequences/NIOAsyncWriterTests.swift
@@ -12,6 +12,10 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
+// https://github.com/apple/swift-nio/pull/3044
16
+// https://github.com/finagolfin/swift-android-sdk/commit/486e8be7bae6ea9100511af668464f2047f7b016
17
+
18
+#if false
19
import DequeModule
20
import NIOConcurrencyHelpers
21
import XCTest
@@ -720,3 +724,5 @@ extension XCTestCase {
720
724
}
721
725
722
726
#endif
727
728
+#endif
0 commit comments