Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import XCTest
@_spi(Testing) import _SwiftFormatTestSupport

final class WhitespaceLinterPerformanceTests: DiagnosingTestCase {
func testWhitespaceLinterPerformance() {
func testWhitespaceLinterPerformance() throws {
#if os(Windows)
// https://github.com/swiftlang/swift-format/issues/939
throw XCTSkip("This test is flaky on Windows")
#endif
let input = String(
repeating: """
import SomeModule
Expand Down