mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Remove testonly
keyword
This commit is contained in:
parent
9be364d40a
commit
d721ff8938
31 changed files with 78 additions and 94 deletions
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
* @see unhexstr()
|
||||
*/
|
||||
testonly bool testlib_hexequals(const char *want, const void *got, size_t n) {
|
||||
bool testlib_hexequals(const char *want, const void *got, size_t n) {
|
||||
size_t i;
|
||||
const unsigned char *p = (const unsigned char *)got;
|
||||
if (!got) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue