Index: tests/ReadWriteAlphaTest.cpp |
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp |
index a76706862211af60bab5ff36e38efd7870d71a16..301bf6b78e428c9d256d6dba0906ca174f10f33f 100644 |
--- a/tests/ReadWriteAlphaTest.cpp |
+++ b/tests/ReadWriteAlphaTest.cpp |
@@ -23,7 +23,7 @@ DEF_GPUTEST(ReadWriteAlpha, reporter, factory) { |
continue; |
} |
GrContext* context = factory->get(glType); |
- if (NULL == context) { |
+ if (nullptr == context) { |
continue; |
} |