This commit is contained in:
Corentin Jabot 2021-10-05 14:04:08 +02:00
parent fb62145355
commit 4a20eecf91
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ TEST_CASE("Is valid move", "[AI]") {
TEST_CASE("is optimal direction", "[AI]") {
using namespace pacman;
using TestData = std::tuple<std::array<PacManAI::Move, 4>, std::size_t>;
//using TestData = std::tuple<std::array<PacManAI::Move, 4>, std::size_t>;
}