Explorar o código

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

Ben Boeckel %!s(int64=4) %!d(string=hai) anos
pai
achega
0bb3d457cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Templates/TestDriver.cxx.in

+ 1 - 1
Templates/TestDriver.cxx.in

@@ -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) {