lru tests don't need porting since we'll drop our implementation

This commit is contained in:
Johannes Altmanninger 2023-12-09 16:54:43 +01:00
parent 4217fc9bf6
commit 44a9a873af

View file

@ -921,7 +921,7 @@ class test_lru_t : public lru_cache_t<int> {
}
};
// todo!("port this");
// todo!("no need to port this, delete this");
static void test_lru() {
say(L"Testing LRU cache");