mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 09:05:10 +00:00
Work on e2e tests
This commit is contained in:
parent
98090c543d
commit
47aa9b8e23
@ -84,8 +84,8 @@ bool FindFileOrFail(QueryDatabase* db,
|
|||||||
/*
|
/*
|
||||||
LOG_S(INFO) << "Files (size=" << db->usr_to_file.size() << "): "
|
LOG_S(INFO) << "Files (size=" << db->usr_to_file.size() << "): "
|
||||||
<< StringJoinMap(db->usr_to_file,
|
<< StringJoinMap(db->usr_to_file,
|
||||||
[](const std::pair<Usr, QueryFileId>& entry) {
|
[](const std::pair<NormalizedPath, QueryFileId>& entry) {
|
||||||
return entry.first;
|
return entry.first.path;
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user