Skip to content

Commit 1959f76

Browse files
authored
Import new Android overlay instead in the tests (#479)
I added the `Bionic` import this summer in #448 and the compiler accepted it then, but it started erroring a couple months later without this full Android overlay, so add that instead.
1 parent 4bce87f commit 1959f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/NIOHTTP2Tests/TestUtilities.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import XCTest
2424
import Darwin.C
2525
#elseif canImport(Glibc)
2626
import Glibc
27-
#elseif canImport(Bionic)
28-
import Bionic
27+
#elseif canImport(Android)
28+
import Android
2929
#endif
3030

3131
struct NoFrameReceived: Error {}

0 commit comments

Comments
 (0)