Fix tests for Jenkins that always build for iOS
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable

This commit is contained in:
2025-04-30 12:03:57 +02:00
parent ae7c0abbc2
commit 1dbf4c643d
7 changed files with 38 additions and 36 deletions

View File

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