[android] Update tests to use new Android overlay and disable stdlib/Glibc.swift

This commit is contained in:
Finagolfin
2024-05-12 20:49:19 +05:30
committed by Alex Lorenz
parent 95209ca468
commit a99b3748fe
8 changed files with 15 additions and 1 deletions

View File

@@ -1235,6 +1235,8 @@ StringTests.test("Conversions") {
#if canImport(Glibc)
import Glibc
#elseif canImport(Android)
import Android
#endif
StringTests.test("lowercased()") {