Exclude %V from coverage since we removed it from the test suite.
This commit is contained in:
parent
6c7e5a3ac1
commit
06c8c97738
1 changed files with 2 additions and 0 deletions
2
misc.c
2
misc.c
|
@ -93,6 +93,7 @@ static void vspeak(const char* msg, bool blank, va_list ap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// LCOV_EXCL_START - doesn't occur in test suite.
|
||||||
/* Version specifier */
|
/* Version specifier */
|
||||||
if (msg[i] == 'V') {
|
if (msg[i] == 'V') {
|
||||||
strcpy(renderp, VERSION);
|
strcpy(renderp, VERSION);
|
||||||
|
@ -100,6 +101,7 @@ static void vspeak(const char* msg, bool blank, va_list ap)
|
||||||
renderp += len;
|
renderp += len;
|
||||||
size -= len;
|
size -= len;
|
||||||
}
|
}
|
||||||
|
// LCOV_EXCL_STOP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*renderp = 0;
|
*renderp = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue