Skip to content

Commit 436cfe4

Browse files
remove compiler constraint from tests
1 parent 0689b48 commit 436cfe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/AsyncAlgorithmsTests/TestShare.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
//
1010
//===----------------------------------------------------------------------===//
1111

12-
#if compiler(>=6.0)
13-
1412
import XCTest
1513
import AsyncAlgorithms
1614
import Synchronization
@@ -608,5 +606,3 @@ final class TestShare: XCTestCase {
608606
private enum TestError: Error, Equatable {
609607
case failure
610608
}
611-
612-
#endif

0 commit comments

Comments
 (0)