diff options
Diffstat (limited to 'tests/test_astar.h')
-rw-r--r-- | tests/test_astar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_astar.h b/tests/test_astar.h index bef6127471..cd1bd84c15 100644 --- a/tests/test_astar.h +++ b/tests/test_astar.h @@ -362,7 +362,6 @@ TEST_CASE("[Stress][AStar] Find paths") { CHECK_MESSAGE(match, "Found all paths."); } } - } // namespace TestAStar #endif // TEST_ASTAR_H |