From: Eric S. Raymond Date: Thu, 7 Apr 2022 02:27:14 +0000 (-0400) Subject: Add a coverage exclusion. X-Git-Tag: 1.11~29 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=6f7c5743c6352bbbf749a9a5dc32e1478e5a950d Add a coverage exclusion. --- diff --git a/cheat.c b/cheat.c index d25e218..7d9474a 100644 --- a/cheat.c +++ b/cheat.c @@ -98,13 +98,18 @@ int main(int argc, char *argv[]) return EXIT_SUCCESS; } +// LCOV_EXCL_START /* * Ugh...unused, but required for linkage. - * See thje actually useful version of this in main.c + * See the actually useful version of this in main.c */ char *myreadline(const char *prompt) { return readline(prompt); } +// LCOV_EXCL_STOP + +/* end */ +