mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
63e72c7834
commit
af75e3aae2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user