From 44a9a873afdefcab1fafdcfa15b8cccaccf7ecb1 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 9 Dec 2023 16:54:43 +0100 Subject: [PATCH] lru tests don't need porting since we'll drop our implementation --- src/fish_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp index 91ea37725..b373ea56a 100644 --- a/src/fish_tests.cpp +++ b/src/fish_tests.cpp @@ -921,7 +921,7 @@ class test_lru_t : public lru_cache_t { } }; -// todo!("port this"); +// todo!("no need to port this, delete this"); static void test_lru() { say(L"Testing LRU cache");