swift-nio/Tests
George Barnett e81bd62fb6
Remove redundant availability guard (#2379)
Motivation:

EventLoopTest has an availability annotation for the various Darwin
platforms. This availability check is repeated in a few tests which
yields warnings.

Modifications:

Remove the class level availability guard.

Result:

Warning free.

Co-authored-by: Cory Benfield <lukasa@apple.com>
2023-03-02 03:25:38 -08:00
..
NIOConcurrencyHelpersTests Improve performance of tests (#2336) 2022-12-19 10:14:27 -08:00
NIOCoreTests Building swift-nio with Swift 5.7 for iOS using Xcode 14.0 at 2.48.0. (#2369) 2023-02-17 10:05:43 -08:00
NIODataStructuresTests Extract PriorityQueue to its own module. (#1932) 2021-08-09 11:00:03 +01:00
NIOEmbeddedTests Not Holding OnToRunClosure() test updates (#2375) 2023-02-23 11:03:03 +00:00
NIOFoundationCompatTests Add utilties for reading and writing UUIDs (#2045) 2022-10-31 06:25:28 -07:00
NIOHTTP1Tests Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
NIOPosixTests Remove redundant availability guard (#2379) 2023-03-02 03:25:38 -08:00
NIOTLSTests Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
NIOTestUtilsTests Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
NIOTests Move NIO to NIOPosix, make NIO a shell. (#1936) 2021-08-16 16:50:40 +01:00
NIOWebSocketTests Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
LinuxMain.swift OnLoopSendable: Sendable containers if on EventLoop (#2370) 2023-02-27 07:11:37 -08:00