Work on e2e tests

This commit is contained in:
Jacob Dufault 2018-03-24 10:26:10 -07:00 committed by Fangrui Song
parent 98090c543d
commit 47aa9b8e23

View File

@ -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;
}); });
*/ */