Skip to content

Commit 05c9f02

Browse files
authored
Compile for Android (#138)
1 parent 770f990 commit 05c9f02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/IssueReporting/Internal/Warn.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if os(Linux)
1+
#if os(Linux) || os(Android)
22
@preconcurrency import Foundation
33
#else
44
import Foundation

Tests/XCTestDynamicOverlayTests/UnimplementedTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux) && !os(WASI) && !os(Windows)
1+
#if !os(Linux) && !os(WASI) && !os(Windows) && !os(Android)
22
import XCTest
33

44
final class UnimplementedTests: XCTestCase {

Tests/XCTestDynamicOverlayTests/XCTContextTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux) && !os(WASI) && !os(Windows)
1+
#if !os(Linux) && !os(WASI) && !os(Windows) && !os(Android)
22
import XCTest
33
import XCTestDynamicOverlay
44

0 commit comments

Comments
 (0)