LCOV exclusuon correction - addresses issue #25.

This commit is contained in:
Eric S. Raymond 2017-07-10 23:04:22 -04:00
parent 12b2ff74f6
commit d9aadeedba

View file

@ -425,7 +425,7 @@ static int chain(verb_t verb)
* exclude from coverage testing. */
game.fixed[BEAR] = IS_FIXED;
break;
// LCOV_EXCL_END
// LCOV_EXCL_STOP
default:
game.fixed[BEAR] = IS_FREE;
}