diff options
Diffstat (limited to 'test/path-search.cpp')
-rw-r--r-- | test/path-search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp index 724b8665..1345f091 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -341,7 +341,7 @@ void test_bbox() } // namespace -void test_app::test_path_search() +void test_app::test_astar() { test_bbox(); } |