We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ad14c commit f245ec8Copy full SHA for f245ec8
Tests/FoundationEssentialsTests/ProgressReporter/ProgressReporterTests.swift
@@ -367,7 +367,7 @@ class TestProgressReporter: XCTestCase {
367
}
368
369
370
-
+#if FOUNDATION_FRAMEWORK
371
/// Unit tests for interop methods that support building Progress trees with both Progress and ProgressReporter
372
class TestProgressReporterInterop: XCTestCase {
373
func doSomethingWithProgress(expectation1: XCTestExpectation, expectation2: XCTestExpectation) async -> Progress {
@@ -469,4 +469,4 @@ class TestProgressReporterInterop: XCTestCase {
469
XCTAssertEqual(overallProgress2.totalUnitCount, 0)
470
471
472
+#endif
0 commit comments