Remove Chinese support again

This commit is contained in:
Michael Griebling
2024-10-05 11:03:29 -04:00
parent 2809379401
commit a87d4b5a3c

View File

@@ -13,7 +13,7 @@ final class ConcurrencyThreadsafeTests: XCTestCase {
private let executionQueue = DispatchQueue(label: "com.swiftmath.concurrencytests", attributes: .concurrent)
private let executionGroup = DispatchGroup()
let totalCases = 20
let totalCases = 20
var testCount = 0
func testSwiftMathConcurrentScript() throws {