Skip to content

Commit 7a16fa5

Browse files
authored
Fix tests on Android not compiling (#48)
1 parent 6b0576e commit 7a16fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ConcurrencyExtrasTests/MainSerialExecutorTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(WASI) && !os(Windows)
1+
#if !os(WASI) && !os(Windows) && !os(Android)
22
import ConcurrencyExtras
33
import XCTest
44

0 commit comments

Comments
 (0)