Skip to content

Commit

Permalink
test: Fix LRU cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jun 26, 2023
1 parent 881def8 commit 144ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lc_lru_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test() {

int main() {
test<forfun::lrucache::solution1::LRUCache>();
test<forfun::lrucache::solution1::LRUCache>();
test<forfun::lrucache::solution2::LRUCache>();

return 0;
}

0 comments on commit 144ea29

Please sign in to comment.