Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev
[platform/upstream/VK-GL-CTS.git] / executor / tools / xeCommandLineExecutor.cpp
index cc7788b..2a9af61 100644 (file)
@@ -307,7 +307,7 @@ void addMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const c
        {
                const xe::TestNode* child               = group.getChild(childNdx);
                const bool                      isGroup         = child->getNodeType() == xe::TESTNODETYPE_GROUP;
-               const string            fullPath        = child->getFullPath();
+               const string            fullPath        = child->getFullPath();
 
                if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
                {