We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e242d3e commit 65ca016Copy full SHA for 65ca016
Sources/_TestDiscovery/SectionBounds.swift
@@ -368,8 +368,10 @@ private func _sectionBounds(_ kind: SectionBounds.Kind) -> CollectionOfOne<Secti
368
let range = switch kind {
369
case .testContent:
370
_testContentSectionBegin ..< _testContentSectionEnd
371
+#if !SWT_NO_LEGACY_TEST_DISCOVERY
372
case .typeMetadata:
373
_typeMetadataSectionBegin ..< _typeMetadataSectionEnd
374
+#endif
375
}
376
let buffer = UnsafeRawBufferPointer(start: range.lowerBound, count: range.count)
377
let sb = SectionBounds(imageAddress: nil, buffer: buffer)
0 commit comments