Skip to content

Commit 043456b

Browse files
[skip ci] Utilities/format.py
1 parent 66fa6c5 commit 043456b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WITExtractorPluginTests/PluginSmokeTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import XCTest
33
class PluginSmokeTests: XCTestCase {
44
func testExtractPlugin() throws {
55
#if compiler(>=6.0)
6-
throw XCTSkip("XFAIL: Swift compiler path inference is broken in Swift 6.0")
6+
throw XCTSkip("XFAIL: Swift compiler path inference is broken in Swift 6.0")
77
#endif
88
guard ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil else {
99
throw XCTSkip(

0 commit comments

Comments
 (0)