From a87d4b5a3cc1254eed7a2311403ae7fc2a2b85f4 Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Sat, 5 Oct 2024 11:03:29 -0400 Subject: [PATCH] Remove Chinese support again --- Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift b/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift index 220c19e..2c16c72 100644 --- a/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift +++ b/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift @@ -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 {