Index: tests/TestTest.cpp |
diff --git a/tests/TestTest.cpp b/tests/TestTest.cpp |
index 27ec1634dfe8e339daf467b050dbb398fc1e51f9..d366bb470393dd439bd2705de1e2b593c444ad92 100644 |
--- a/tests/TestTest.cpp |
+++ b/tests/TestTest.cpp |
@@ -29,7 +29,7 @@ DEF_GPUTEST(TestGpuFactory, reporter, factory) { |
// This is an example of a GPU test that tests a property that should work for all GPU contexts. |
// Note: Some of the contexts might not produce a rendering output. |
#if SK_SUPPORT_GPU |
-DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo) { |
+DEF_GPUTEST_FOR_ALL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo) { |
REPORTER_ASSERT(reporter, reporter); |
REPORTER_ASSERT(reporter, ctxInfo.grContext()); |
} |