aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/HashTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HashTest.cpp')
-rw-r--r--tests/HashTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HashTest.cpp b/tests/HashTest.cpp
index f53faaf864..c90c377cc2 100644
--- a/tests/HashTest.cpp
+++ b/tests/HashTest.cpp
@@ -94,7 +94,7 @@ namespace {
class CopyCounter {
public:
- CopyCounter() : fID(0), fCounter(NULL) {}
+ CopyCounter() : fID(0), fCounter(nullptr) {}
CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}