Skip to content

Commit beaecc3

Browse files
committed
[TO BE REVERTED] Try to break linkage test to see it fail
1 parent 9e0ac04 commit beaecc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/Configuration/AccessReporter.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
#if canImport(FoundationEssentials)
16-
public import FoundationEssentials
17-
#else
15+
// #if canImport(FoundationEssentials)
16+
// public import FoundationEssentials
17+
// #else
1818
public import Foundation
19-
#endif
19+
// #endif
2020
import Synchronization
2121

2222
/// A type that receives and processes configuration access events.

0 commit comments

Comments
 (0)