We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a5dc commit 562d721Copy full SHA for 562d721
Tests/SwiftIfConfigTest/EvaluateTests.swift
@@ -279,7 +279,8 @@ public class EvaluateTests: XCTestCase {
279
.inactive,
280
diagnostics: [
281
DiagnosticSpec(
282
- message: "'TARGET_OS_*' preprocessor macros are not available in Swift; use 'targetEnvironment(macCatalyst)' instead",
+ message:
283
+ "'TARGET_OS_*' preprocessor macros are not available in Swift; use 'targetEnvironment(macCatalyst)' instead",
284
line: 1,
285
column: 1,
286
severity: .warning,
0 commit comments