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
|
@ -25,7 +25,7 @@
|
|||
/**
|
||||
* Turns string into code.
|
||||
*/
|
||||
dontdiscard testonly char *testlib_formatstr(size_t cw, const void *s, int n) {
|
||||
dontdiscard char *testlib_formatstr(size_t cw, const void *s, int n) {
|
||||
if (s) {
|
||||
switch (cw) {
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue