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:22 +05:30
committed by GitHub
parent fd8bb59e06
commit 1fdc61b1b2

View File

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