Remove some unneeded #if os(macos)
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable

This commit is contained in:
Thibaut Schmitt 2025-04-30 13:53:26 +02:00
parent 1dbf4c643d
commit d66775730e
3 changed files with 0 additions and 12 deletions

View File

@ -5,8 +5,6 @@
// Created by Loris Perret on 06/12/2023. // Created by Loris Perret on 06/12/2023.
// //
#if os(macOS)
import Foundation import Foundation
import XCTest import XCTest
@ -137,5 +135,3 @@ final class AnalyticsDefinitionTests: XCTestCase {
XCTAssertEqual(propertyEvent.adaptForXCTest(), expectEvent.adaptForXCTest()) XCTAssertEqual(propertyEvent.adaptForXCTest(), expectEvent.adaptForXCTest())
} }
} }
#endif

View File

@ -5,8 +5,6 @@
// Created by Thibaut Schmitt on 06/09/2022. // Created by Thibaut Schmitt on 06/09/2022.
// //
#if os(macOS)
import Foundation import Foundation
import XCTest import XCTest
import ToolCore import ToolCore
@ -635,5 +633,3 @@ final class AnalyticsGeneratorTests: XCTestCase {
XCTAssertEqual(extensionContent.adaptForXCTest(), expect.adaptForXCTest()) XCTAssertEqual(extensionContent.adaptForXCTest(), expect.adaptForXCTest())
} }
} }
#endif

View File

@ -5,8 +5,6 @@
// Created by Loris Perret on 06/12/2023. // Created by Loris Perret on 06/12/2023.
// //
#if os(macOS)
import Foundation import Foundation
import XCTest import XCTest
@ -72,5 +70,3 @@ final class AnalyticsSectionTests: XCTestCase {
XCTAssertFalse(match3) XCTAssertFalse(match3)
} }
} }
#endif