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 363f678 commit 81b74d4Copy full SHA for 81b74d4
Tests/FoundationEssentialsTests/ProgressManager/ProgressManagerInteropTests.swift
@@ -13,12 +13,7 @@ import Testing
13
14
#if FOUNDATION_FRAMEWORK
15
@testable import Foundation
16
-#else
17
-@testable import FoundationEssentials
18
-#endif // FOUNDATION_FRAMEWORK
19
20
-/// Unit tests for propagation of type-safe metadata in ProgressManager tree.
21
-#if FOUNDATION_FRAMEWORK
22
/// Unit tests for interop methods that support building Progress trees with both Progress and ProgressManager
23
@Suite("Progress Manager Interop") struct ProgressManagerInteropTests {
24
func doSomethingWithProgress() async -> Progress {
0 commit comments