mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Remove testonly
keyword
This commit is contained in:
parent
9be364d40a
commit
d721ff8938
31 changed files with 78 additions and 94 deletions
|
@ -20,9 +20,8 @@
|
|||
#include "libc/testlib/testlib.h"
|
||||
#include "libc/x/x.h"
|
||||
|
||||
testonly void testlib_formatbinaryasglyphs(const char16_t *want,
|
||||
const void *got, size_t n,
|
||||
char **out_v1, char **out_v2) {
|
||||
void testlib_formatbinaryasglyphs(const char16_t *want, const void *got,
|
||||
size_t n, char **out_v1, char **out_v2) {
|
||||
if (n == -1ul) n = strlen16(want);
|
||||
*out_v1 = xasprintf("%`#.*hs", n, want);
|
||||
*out_v2 = xasprintf(" %`'#.*s", n, got);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue