diff options
Diffstat (limited to 'test/search-result.cpp')
-rw-r--r-- | test/search-result.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/search-result.cpp b/test/search-result.cpp index 2d5532c0..c2837e4f 100644 --- a/test/search-result.cpp +++ b/test/search-result.cpp @@ -27,7 +27,7 @@ size_t path_search_result_pool_access<Test_PathPool>::pool_size() return ret; } -void test_app::test_astar_pool() +void Test::test_astar_pool() { const auto& pool = psrpa::get_pool(); fm_assert(psrpa::pool_size() == 0); |