Update others/lru_cache.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma 2021-08-12 23:49:57 +05:30 committed by GitHub
parent 63e72c7834
commit af75e3aae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ static void test_2() {
log("Running Test-2...");
lru_cache::LRUCache cache(4);
others::lru_cache::LRUCache cache(4);
cache.refer(1);
cache.refer(1);
cache.refer(1);