GetDevices: Also allow `\.` to be part of the host name
[platform/upstream/VK-GL-CTS.git] / modules / glshared / glsFboCompletenessTests.cpp
index a1dbacc..db75fdf 100644 (file)
@@ -386,7 +386,7 @@ Context::Context (TestContext& testCtx,
                                  CheckerFactory& factory)
        : m_testCtx                             (testCtx)
        , m_renderCtx                   (renderCtx)
-       , m_verifier                    (m_ctxFormats, factory)
+       , m_verifier                    (m_ctxFormats, factory, renderCtx)
        , m_haveMultiColorAtts  (false)
 {
        FormatExtEntries extRange = GLS_ARRAY_RANGE(s_esExtFormats);