test.h: Update README

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-03-18 22:41:00 +00:00
parent 9e662148eb
commit cf253e12f3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ In your main function, call `run_tests`:
int main(int argc, char *const *argv) {
// necessary setup code
// ...
if (!run_tests(argc, argv)) {
if (!run_tests(argc, argv, NULL)) {
// test failed
abort();
}