diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 13:30:17 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 13:37:15 +0200 |
| commit | 3534cd206bedef5ea75302d9abf879b15d1df89c (patch) | |
| tree | 977f646ae1282ff7f539d2a524d1e354bfcf465d /test/search-result.cpp | |
| parent | 4d6f747c4b8287e042363264a47265848ca2d92c (diff) | |
test: speed up compile time
Removes implicit includes to <windows.h> and <cr/StringView.h> from all
files.
Goes from 30 to 20 seconds.
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); |
