Index: tests/PathOpsBattles.cpp |
diff --git a/tests/PathOpsBattles.cpp b/tests/PathOpsBattles.cpp |
index 2920a015575e5636779ca9e14a5396a122990a22..6e0d3a4177b1c0f701eb45b9dc3491092d67d12c 100644 |
--- a/tests/PathOpsBattles.cpp |
+++ b/tests/PathOpsBattles.cpp |
@@ -11123,5 +11123,5 @@ DEF_TEST(PathOpsBattle, reporter) { |
#if DEBUG_SHOW_TEST_NAME |
strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH); |
#endif |
- RunTestSet(reporter, tests, testCount, firstTest, NULL, stopTest, runReverse); |
+ RunTestSet(reporter, tests, testCount, firstTest, nullptr, stopTest, runReverse); |
} |