We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e0ca2 commit 3ae2784Copy full SHA for 3ae2784
Tests/SwiftFormatPerformanceTests/WhitespaceLinterPerformanceTests.swift
@@ -7,8 +7,8 @@ import XCTest
7
final class WhitespaceLinterPerformanceTests: DiagnosingTestCase {
8
func testWhitespaceLinterPerformance() {
9
#if os(Windows)
10
- // https://github.com/swiftlang/swift-format/issues/939
11
- throw XCTSkip("This test is flaky on Windows")
+ // https://github.com/swiftlang/swift-format/issues/939
+ throw XCTSkip("This test is flaky on Windows")
12
#endif
13
let input = String(
14
repeating: """
0 commit comments