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:
parent
1dbf4c643d
commit
d66775730e
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user