Skip to content

Commit 595a4e9

Browse files
committed
Update XCTSkip message
1 parent 1754acb commit 595a4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Foundation/TestBundle.swift

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)