Coverage repair.

This commit is contained in:
Eric S. Raymond 2017-07-31 15:26:56 -04:00
parent 5d6b3aaf62
commit e50f1b8a7b

View file

@ -1562,8 +1562,11 @@ int action(struct command_t command)
speak(actions[command.verb].message);
return GO_CLEAROBJ;
}
// LCOV_EXCL_START
// This case should never happen - here only as placeholder
case PART:
return reservoir();
// LCOV_EXCL_STOP
case SEED:
return seed(command.verb, command.raw2);
case WASTE: