Add a coverage exclusion.
This commit is contained in:
parent
00cbf464b5
commit
6f7c5743c6
1 changed files with 6 additions and 1 deletions
7
cheat.c
7
cheat.c
|
@ -98,13 +98,18 @@ int main(int argc, char *argv[])
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// LCOV_EXCL_START
|
||||||
/*
|
/*
|
||||||
* Ugh...unused, but required for linkage.
|
* 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)
|
char *myreadline(const char *prompt)
|
||||||
{
|
{
|
||||||
return readline(prompt);
|
return readline(prompt);
|
||||||
}
|
}
|
||||||
|
// LCOV_EXCL_STOP
|
||||||
|
|
||||||
|
/* end */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue