You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests: adjust for sorting and path representation (#7112)
The expectations sort differently on Windows due to the path separator
being different. This also impacts the expectations. Adjust the path
spellings to use `AbsolutePath(_:)` to get the canonical path spelling
for the platform.
XCTAssertEqual(observability.diagnostics.map{ $0.description }.sorted(),["[warning]: product aliasing requires tools-version 5.2 or later, so it is not supported by \'other\'","[warning]: product aliasing requires tools-version 5.2 or later, so it is not supported by \'some\'"])
0 commit comments