UnitTestBot / UTBotCpp

Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
Apache License 2.0
158 stars 27 forks source link

Can't run tests under ubuntu 22.04 #650

Closed ladisgin closed 1 year ago

ladisgin commented 1 year ago
/usr/include/stdlib.h:566:5: error: expected function body after function declarator
    __attr_dealloc_free;
    ^
/usr/include/stdlib.h:570:14: error: expected function body after function declarator
     __THROW __attr_dealloc (reallocarray, 1);