Rename various things for more inclusive language
[platform/upstream/VK-GL-CTS.git] / modules / gles31 / tes31Context.cpp
index 438f2b8..81f0bbd 100644 (file)
@@ -45,8 +45,8 @@ Context::Context (tcu::TestContext& testCtx)
        {
                // \todo [2016-11-15 pyry] Many tests (erroneously) inspect context type
                //                                                 during test hierarchy construction. We should fix that
-               //                                                 and revert dummy context to advertise unknown context type.
-               m_renderCtx = new glu::DummyRenderContext(glu::ContextType(glu::ApiType::es(3,1)));
+               //                                                 and revert empty context to advertise unknown context type.
+               m_renderCtx = new glu::EmptyRenderContext(glu::ContextType(glu::ApiType::es(3,1)));
        }
 }