| Index: tests/GrDrawTargetTest.cpp
|
| diff --git a/tests/GrDrawTargetTest.cpp b/tests/GrDrawTargetTest.cpp
|
| index 6f3f31f17ba03e596c8c88ccc1af1458b0f1a339..ce3da8098e5573c702300fb0ab76ca852ca0e59c 100644
|
| --- a/tests/GrDrawTargetTest.cpp
|
| +++ b/tests/GrDrawTargetTest.cpp
|
| @@ -27,7 +27,7 @@ DEF_GPUTEST(GrDrawTarget, reporter, factory) {
|
| GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
|
|
|
| GrContext* grContext = factory->get(glType);
|
| - if (NULL == grContext) {
|
| + if (nullptr == grContext) {
|
| continue;
|
| }
|
|
|
|
|