Skip to content

Commit 22b0ef1

Browse files
authored
Remove stray use of old SWT_BUILDING_WITH_CMAKE condition. (#621)
We no longer define `SWT_BUILDING_WITH_CMAKE`, but one file's still checking for it. Fix. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent cd91e93 commit 22b0ef1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Testing/ABI/EntryPoints/ABIEntryPoint.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
//
1010

1111
#if canImport(Foundation) && !SWT_NO_ABI_ENTRY_POINT
12-
#if SWT_BUILDING_WITH_CMAKE
13-
@_implementationOnly import _TestingInternals
14-
#else
1512
private import _TestingInternals
16-
#endif
1713

1814
extension ABIv0 {
1915
/// The type of the entry point to the testing library used by tools that want

0 commit comments

Comments
 (0)