Skip to content

Commit 81b74d4

Browse files
committed
fix FOUNDATION_FRAMEWORK guard
1 parent 363f678 commit 81b74d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/FoundationEssentialsTests/ProgressManager/ProgressManagerInteropTests.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ import Testing
1313

1414
#if FOUNDATION_FRAMEWORK
1515
@testable import Foundation
16-
#else
17-
@testable import FoundationEssentials
18-
#endif // FOUNDATION_FRAMEWORK
1916

20-
/// Unit tests for propagation of type-safe metadata in ProgressManager tree.
21-
#if FOUNDATION_FRAMEWORK
2217
/// Unit tests for interop methods that support building Progress trees with both Progress and ProgressManager
2318
@Suite("Progress Manager Interop") struct ProgressManagerInteropTests {
2419
func doSomethingWithProgress() async -> Progress {

0 commit comments

Comments
 (0)