aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GLInterfaceValidationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GLInterfaceValidationTest.cpp')
-rwxr-xr-xtests/GLInterfaceValidationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLInterfaceValidationTest.cpp b/tests/GLInterfaceValidationTest.cpp
index 1448f28fb0..7af34a7fe0 100755
--- a/tests/GLInterfaceValidationTest.cpp
+++ b/tests/GLInterfaceValidationTest.cpp
@@ -24,7 +24,7 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
if (GrContextFactory::kNVPR_GLContextType == glCtxType &&
factory->getGLContext(GrContextFactory::kNative_GLContextType) &&
!factory->getGLContext(GrContextFactory::kNative_GLContextType)->gl()->hasExtension("GL_NV_path_rendering")) {
- REPORTER_ASSERT(reporter, NULL == glCtx);
+ REPORTER_ASSERT(reporter, nullptr == glCtx);
continue;
}