aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsBuildUseTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsBuildUseTest.cpp')
-rw-r--r--tests/PathOpsBuildUseTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsBuildUseTest.cpp b/tests/PathOpsBuildUseTest.cpp
index 76a54f6fbe..67e42520aa 100644
--- a/tests/PathOpsBuildUseTest.cpp
+++ b/tests/PathOpsBuildUseTest.cpp
@@ -2431,5 +2431,5 @@ DEF_TEST(PathOpsBuildUse, 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);
}