LCOV exclusuon correction - addresses issue #25.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 11 Jul 2017 03:04:22 +0000 (23:04 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Jul 2017 03:04:22 +0000 (23:04 -0400)
actions.c

index 2d02595cf305c3e83e39066f4688c332e7e8f6eb..b7bdaa52289044cfb55bb73c1bba52cf44940006 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -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;
         }