Skip to content

Commit

Permalink
test compiler version not language version (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi committed May 9, 2024
1 parent 45cb3ba commit 023c9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/NIOSSLTests/TLSConfigurationTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import NIOPosix
import NIOEmbedded
@testable import NIOSSL
import NIOTLS
#if swift(>=5.8)
#if compiler(>=5.8)
@preconcurrency import Dispatch
#else
import Dispatch
Expand Down

0 comments on commit 023c9d2

Please sign in to comment.