diff --git a/Tests/FactoryTests/FactoryFunctionalTests.swift b/Tests/FactoryTests/FactoryFunctionalTests.swift index 9ecfa10d..f36a362d 100644 --- a/Tests/FactoryTests/FactoryFunctionalTests.swift +++ b/Tests/FactoryTests/FactoryFunctionalTests.swift @@ -1,3 +1,5 @@ +#if canImport(os) + import XCTest import os @testable import Factory @@ -61,3 +63,4 @@ final class FactoryFunctionalTests: XCTestCase { } +#endif