Skip to content

Commit c63b4da

Browse files
Fix enclosing function is not declared 'throws'
1 parent 3ae2784 commit c63b4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftFormatPerformanceTests/WhitespaceLinterPerformanceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import XCTest
55
@_spi(Testing) import _SwiftFormatTestSupport
66

77
final class WhitespaceLinterPerformanceTests: DiagnosingTestCase {
8-
func testWhitespaceLinterPerformance() {
8+
func testWhitespaceLinterPerformance() throws {
99
#if os(Windows)
1010
// https://github.com/swiftlang/swift-format/issues/939
1111
throw XCTSkip("This test is flaky on Windows")

0 commit comments

Comments
 (0)