Skip to content

Commit 023c9d2

Browse files
authored
test compiler version not language version (#462)
1 parent 45cb3ba commit 023c9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/NIOSSLTests/TLSConfigurationTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import NIOPosix
1919
import NIOEmbedded
2020
@testable import NIOSSL
2121
import NIOTLS
22-
#if swift(>=5.8)
22+
#if compiler(>=5.8)
2323
@preconcurrency import Dispatch
2424
#else
2525
import Dispatch

0 commit comments

Comments
 (0)