mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
lru tests don't need porting since we'll drop our implementation
This commit is contained in:
parent
4217fc9bf6
commit
44a9a873af
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue