Remove some unneeded #if os(macos)
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable
This commit is contained in:
@ -5,8 +5,6 @@
|
||||
// Created by Loris Perret on 06/12/2023.
|
||||
//
|
||||
|
||||
#if os(macOS)
|
||||
|
||||
import Foundation
|
||||
import XCTest
|
||||
|
||||
@ -137,5 +135,3 @@ final class AnalyticsDefinitionTests: XCTestCase {
|
||||
XCTAssertEqual(propertyEvent.adaptForXCTest(), expectEvent.adaptForXCTest())
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user