From 993f893a9ce9c15c892fddd23bff781c1d53e480 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 19 Jul 2018 00:01:20 +0300 Subject: [PATCH] UnitTest: Add missing highlighting enums display Change-Id: Id35c328cf98896a39c9c6c0e641b1046720d78ad Reviewed-by: Ivan Donchevskii --- tests/unit/unittest/gtest-creator-printing.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/unittest/gtest-creator-printing.cpp b/tests/unit/unittest/gtest-creator-printing.cpp index a3e5a8982bb..8b40ad1eb52 100644 --- a/tests/unit/unittest/gtest-creator-printing.cpp +++ b/tests/unit/unittest/gtest-creator-printing.cpp @@ -538,6 +538,8 @@ static const char *highlightingTypeToCStringLiteral(HighlightingType type) RETURN_TEXT_FOR_CASE(ObjectiveCImplementation); RETURN_TEXT_FOR_CASE(ObjectiveCProperty); RETURN_TEXT_FOR_CASE(ObjectiveCMethod); + RETURN_TEXT_FOR_CASE(TemplateTypeParameter); + RETURN_TEXT_FOR_CASE(TemplateTemplateParameter); } return "";