[clang-tidy] LIT test fix for Remark diagnostic
authorIvan Murashko <ivanmurashko@fb.com>
Fri, 11 Jun 2021 08:44:56 +0000 (01:44 -0700)
committerDmitry Polukhin <dmitry.polukhin@gmail.com>
Fri, 11 Jun 2021 09:02:36 +0000 (02:02 -0700)
commit47d138c93992f779a5dd0810b0e7402e043df61d
tree8282a53ce9a559e32e50f765ad00bb632b01bcd3
parentf98b7796142d996861cbba824f3cacef0b446ef8
[clang-tidy] LIT test fix for Remark diagnostic

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
```

Reviewed By: DmitryPolukhin

Differential Revision: https://reviews.llvm.org/D104021
clang-tools-extra/test/clang-tidy/infrastructure/remarks.cpp