This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix failing tests on Windows
ClosedPublic

Authored by DiegoAstiazaran on Jul 12 2019, 2:46 PM.

Details

Summary

Tests on Windows were failing due to path separator differences.
'/' was being used as separator in the expected output, paths in expected output are now changed to their native form before comparing them to the actual output.

Diff Detail

Event Timeline

This revision is now accepted and ready to land.Jul 12 2019, 3:04 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2019, 3:18 PM