From: Eric S. Raymond Date: Mon, 31 Jul 2017 18:59:58 +0000 (-0400) Subject: Fix a coverage gap. X-Git-Tag: 1.3~8 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=5d6b3aaf629c2e8eb0eb4956acce0462731f6d70 Fix a coverage gap. --- diff --git a/main.c b/main.c index 8986f40..5831544 100644 --- a/main.c +++ b/main.c @@ -1134,7 +1134,7 @@ Lookup: command.part = intransitive; command.verb = command.id1; break; - case NUMERIC: + case NUMERIC: // LCOV_EXCL_LINE default: // LCOV_EXCL_LINE BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE }