Skip to content
Snippets Groups Projects
Commit cde87382 authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

Clang: Remove pointless call in tests


It was added only for debugging.

Change-Id: I7ea80d8d472f319cdcac548d3abf602e0f304fc9
Reviewed-by: default avatarDavid Schulz <david.schulz@qt.io>
parent d573aebf
No related branches found
No related tags found
No related merge requests found
......@@ -1131,7 +1131,6 @@ TEST_F(HighlightingMarks, PreprocessorIfDirective)
TEST_F(HighlightingMarks, PreprocessorInclusionDirectiveWithKeyword)
{
const auto infos = translationUnit.highlightingMarksInRange(sourceRange(561, 15));
infos.toHighlightingMarksContainers();
ASSERT_THAT(infos[3], HasOnlyType(HighlightingType::StringLiteral));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment