From 144ea2915de6a654de2ebc2bff1bf1ff216a91ed Mon Sep 17 00:00:00 2001 From: Omar Boukli-Hacene Date: Mon, 26 Jun 2023 23:04:06 +0200 Subject: [PATCH] test: Fix LRU cache test --- test/lc_lru_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lc_lru_cache.cpp b/test/lc_lru_cache.cpp index ad87239..c06bd4d 100644 --- a/test/lc_lru_cache.cpp +++ b/test/lc_lru_cache.cpp @@ -132,7 +132,7 @@ test() { int main() { test(); - test(); + test(); return 0; }