mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Remove testonly
keyword
This commit is contained in:
parent
9be364d40a
commit
d721ff8938
31 changed files with 78 additions and 94 deletions
|
@ -19,6 +19,6 @@
|
|||
#include "libc/testlib/testlib.h"
|
||||
#include "libc/x/x.h"
|
||||
|
||||
dontdiscard testonly char *testlib_formatrange(intptr_t beg, intptr_t end) {
|
||||
dontdiscard char *testlib_formatrange(intptr_t beg, intptr_t end) {
|
||||
return xasprintf("[%#ld,%#ld]", beg, end);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue