mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
TestDriver: use CM_NULL to avoid lints about nullptr usage
This commit is contained in:
@@ -122,7 +122,7 @@ int main(int ac, char* av[])
|
|||||||
if (run_all == 1) {
|
if (run_all == 1) {
|
||||||
clock_t t;
|
clock_t t;
|
||||||
int status = 0;
|
int status = 0;
|
||||||
const char* status_message = NULL;
|
const char* status_message = CM_NULL;
|
||||||
printf("TAP version 13\n");
|
printf("TAP version 13\n");
|
||||||
printf("1..%d\n", NumTests);
|
printf("1..%d\n", NumTests);
|
||||||
for (i = 0; i < NumTests; ++i) {
|
for (i = 0; i < NumTests; ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user