mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Remove testonly
keyword
This commit is contained in:
parent
9be364d40a
commit
d721ff8938
31 changed files with 78 additions and 94 deletions
|
@ -28,7 +28,7 @@
|
|||
* @see libc/testlib/testlib.h
|
||||
* @see ape/ape.lds
|
||||
*/
|
||||
testonly void testlib_runalltests(void) {
|
||||
void testlib_runalltests(void) {
|
||||
if ((intptr_t)__testcase_end > (intptr_t)__testcase_start) {
|
||||
if (testlib_countfixtures(__combo_start, __combo_end)) {
|
||||
testlib_runcombos(__testcase_start, __testcase_end, __combo_start,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue