File tree 1 file changed +1
-1
lines changed
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 {
48
48
// 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
49
49
// SwiftPM also cannot support depending on this executable (to ensure it is built) without also linking its objects into the test runner
50
50
// 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) " )
52
52
#else
53
53
testBundle ( ) . bundleURL. deletingLastPathComponent ( ) . appendingPathComponent ( " xdgTestHelper " )
54
54
#endif
You can’t perform that action at this time.
0 commit comments