aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ReadPixelsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ReadPixelsTest.cpp')
-rw-r--r--tests/ReadPixelsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp
index b94be0eba8..09d6211024 100644
--- a/tests/ReadPixelsTest.cpp
+++ b/tests/ReadPixelsTest.cpp
@@ -328,7 +328,7 @@ DEF_GPUTEST(ReadPixels, reporter, factory) {
continue;
}
GrContext* context = factory->get(type);
- if (NULL == context) {
+ if (nullptr == context) {
continue;
}
GrSurfaceDesc desc;