Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/AsyncHTTPClientTests/HTTP APIs/AHC+HTTP_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//

#if compiler(>=6.2) && $ExperimentalHTTPAPIsSupport
#if compiler(>=6.2) && ExperimentalHTTPAPIsSupport
import NIOCore
import HTTPTypes
import HTTPAPIs
Expand Down
2 changes: 1 addition & 1 deletion Tests/ConformanceSuite/Suite.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//

#if $ExperimentalHTTPAPIsSupport
#if ExperimentalHTTPAPIsSupport
import AsyncHTTPClient
import HTTPAPIs
import HTTPClient
Expand Down
Loading