Index: tests/TestTest.cpp |
diff --git a/tests/TestTest.cpp b/tests/TestTest.cpp |
index 174c0e24596af9569f59564e4fd4f05b4aae313d..5e5000ebca4eb9dcfc07de531bba440b448f76e8 100644 |
--- a/tests/TestTest.cpp |
+++ b/tests/TestTest.cpp |
@@ -38,7 +38,7 @@ DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo) { |
// This is an example of a GPU test that tests a property that should work for all GPU contexts that |
// produce a rendering output. |
#if SK_SUPPORT_GPU |
-DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(TestGpuRenderingContexts, reporter, ctxInfo) { |
+DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TestGpuRenderingContexts, reporter, ctxInfo) { |
REPORTER_ASSERT(reporter, reporter); |
REPORTER_ASSERT(reporter, ctxInfo.fGrContext); |
} |