Index: tests/TessellatingPathRendererTests.cpp |
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp |
index c59d4951fe049ab832124cf88f536892aff61454..712a20fe10686f20467392392e477894ca93668b 100644 |
--- a/tests/TessellatingPathRendererTests.cpp |
+++ b/tests/TessellatingPathRendererTests.cpp |
@@ -242,7 +242,7 @@ static void test_path(GrDrawTarget* dt, GrRenderTarget* rt, const SkPath& path) |
DEF_GPUTEST(TessellatingPathRendererTests, reporter, factory) { |
GrContext* context = factory->get(static_cast<GrContextFactory::GLContextType>(0)); |
- if (!context) { |
+ if (NULL == context) { |
return; |
} |
GrSurfaceDesc desc; |