Skip to content
Snippets Groups Projects
Commit 0bb3d457 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

TestDriver: use `CM_NULL` to avoid lints about `nullptr` usage

parent 32ff836e
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ int main(int ac, char* av[])
if (run_all == 1) {
clock_t t;
int status = 0;
const char* status_message = NULL;
const char* status_message = CM_NULL;
printf("TAP version 13\n");
printf("1..%d\n", NumTests);
for (i = 0; i < NumTests; ++i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment