sheredom / utest.h

🧪 single header unit testing framework for C and C++
The Unlicense
834 stars 57 forks source link

Eat semicolon when `UTEST_MAIN();` is used outside function body. #74

Closed yesudeep closed 2 years ago

yesudeep commented 2 years ago

Fix: https://github.com/sheredom/utest.h/issues/73

Readme says macro should be called as follows:

UTEST_MAIN();