File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ internal func xdgTestHelperURL() throws -> URL {
4848 // While this works on Linux due to special linker functionality, this doesn't work on Windows and results in a collision between the two main symbols
4949 // SwiftPM also cannot support depending on this executable (to ensure it is built) without also linking its objects into the test runner
5050 // For those reasons, using the xdgTestHelper on Windows is currently unsupported and tests that rely on it must be skipped
51- throw XCTSkip ( " xdgTestHelper is not supported during testing on Windows " )
51+ throw XCTSkip ( " xdgTestHelper is not supported during testing on Windows (test executables are not supported by SwiftPM on Windows) " )
5252 #else
5353 testBundle ( ) . bundleURL. deletingLastPathComponent ( ) . appendingPathComponent ( " xdgTestHelper " )
5454 #endif
You can’t perform that action at this time.
0 commit comments