Update others/lru_cache.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-08-12 23:50:07 +05:30
committed by GitHub
parent af75e3aae2
commit 422395ca56

View File

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