Skip to content

Commit

Permalink
Import new Android overlay instead in the tests (#479)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
finagolfin authored Oct 30, 2024
1 parent 4bce87f commit 1959f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/NIOHTTP2Tests/TestUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import XCTest
import Darwin.C
#elseif canImport(Glibc)
import Glibc
#elseif canImport(Bionic)
import Bionic
#elseif canImport(Android)
import Android
#endif

struct NoFrameReceived: Error {}
Expand Down

0 comments on commit 1959f76

Please sign in to comment.