Minor coverage inclusion.

This commit is contained in:
Eric S. Raymond 2017-07-11 11:57:46 -04:00
parent da37afb19b
commit 3a722da650

3
main.c
View file

@ -397,7 +397,8 @@ static bool dwarfmove(void)
else if (j > 1 && game.newloc == tk[j - 1])
continue;
else if (j >= DIM(tk) - 1)
continue;
/* This can't actually happen. */
continue; // LCOV_EXCL_LINE
else if (game.newloc == game.dloc[i])
continue;
else if (FORCED(game.newloc))