Index: tests/TLSTest.cpp |
diff --git a/tests/TLSTest.cpp b/tests/TLSTest.cpp |
index 53bb5fe842201395b19c4f703eff7e20e3ef4c46..c398c6c01901586d6206f788bd94cce950977eb2 100644 |
--- a/tests/TLSTest.cpp |
+++ b/tests/TLSTest.cpp |
@@ -56,7 +56,7 @@ static int32_t gCounter; |
static void* FakeCreateTLS() { |
sk_atomic_inc(&gCounter); |
- return NULL; |
+ return nullptr; |
} |
static void FakeDeleteTLS(void*) { |