We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042581d commit d4e4f8cCopy full SHA for d4e4f8c
Tests/TestingTests/EventRecorderTests.swift
@@ -15,7 +15,7 @@ import RegexBuilder
15
#if canImport(Foundation)
16
import Foundation
17
#endif
18
-#if SWT_FIXED_138761752 && canImport(FoundationXML)
+#if canImport(FoundationXML)
19
import FoundationXML
20
21
@@ -299,7 +299,7 @@ struct EventRecorderTests {
299
}
300
301
302
-#if (SWT_TARGET_OS_APPLE && canImport(Foundation)) || (SWT_FIXED_138761752 && canImport(FoundationXML))
+#if canImport(Foundation) || canImport(FoundationXML)
303
@Test(
304
"JUnitXMLRecorder outputs valid XML",
305
.bug("https://github.com/swiftlang/swift-testing/issues/254")
0 commit comments