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