mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 14:05:17 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user