This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] LIT test fix for Remark diagnostic
ClosedPublic

Authored by ivanmurashko on Jun 10 2021, 4:48 AM.

Details

Summary

There is a followup fix for a unit test introduced at D102906. The test file was placed into a temp folder and test assumed that it would be visible without the full path specification.

This behaviour can be changed in future and it would be good to specify full path to the file at the test.

Test Plan:

ninja check-clang-tools

Diff Detail

Event Timeline

ivanmurashko created this revision.Jun 10 2021, 4:48 AM
ivanmurashko requested review of this revision.Jun 10 2021, 4:48 AM
This revision is now accepted and ready to land.Jun 10 2021, 4:56 AM
This revision was automatically updated to reflect the committed changes.