LCOV exclusuon correction - addresses issue #25.
This commit is contained in:
parent
12b2ff74f6
commit
d9aadeedba
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ static int chain(verb_t verb)
|
||||||
* exclude from coverage testing. */
|
* exclude from coverage testing. */
|
||||||
game.fixed[BEAR] = IS_FIXED;
|
game.fixed[BEAR] = IS_FIXED;
|
||||||
break;
|
break;
|
||||||
// LCOV_EXCL_END
|
// LCOV_EXCL_STOP
|
||||||
default:
|
default:
|
||||||
game.fixed[BEAR] = IS_FREE;
|
game.fixed[BEAR] = IS_FREE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue