aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-07-19 00:01:20 +0300
committerOrgad Shaneh <orgads@gmail.com>2018-07-25 07:57:30 +0000
commit993f893a9ce9c15c892fddd23bff781c1d53e480 (patch)
tree31b8dcd1cbf8c9f470fc9406871a8407cbfe12d0 /tests
parent33e5c3672d0821d1be16a7c4a3b0cf557f1e3a44 (diff)
UnitTest: Add missing highlighting enums display
Change-Id: Id35c328cf98896a39c9c6c0e641b1046720d78ad Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/unittest/gtest-creator-printing.cpp2
1 files changed, 2 insertions, 0 deletions
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 "";