Skip to content

Commit 86ba251

Browse files
committed
fix canImport clause in the MathConstants.swift testcase
1 parent 664f332 commit 86ba251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/MathConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import Glibc
77
#elseif os(WASI)
88
import WASILibc
9-
#elseif CanImport(Android)
9+
#elseif canImport(Android)
1010
import Android
1111
#elseif os(Windows)
1212
import CRT

0 commit comments

Comments
 (0)