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 0e0543d commit 2b26771Copy full SHA for 2b26771
Tests/AsyncAlgorithmsTests/TestShare.swift
@@ -9,6 +9,8 @@
9
//
10
//===----------------------------------------------------------------------===//
11
12
+#if compiler(>=6.2)
13
+
14
import XCTest
15
import AsyncAlgorithms
16
import Synchronization
@@ -577,3 +579,5 @@ final class TestShare: XCTestCase {
577
579
private enum TestError: Error, Equatable {
578
580
case failure
581
}
582
583
+#endif
0 commit comments