Unittest: Fix source location after merge

Change-Id: I671f6d8edd3d2989b0b1d1af86e2a3abac9a6c48
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2021-05-21 15:26:32 +02:00
parent b63a5a0411
commit c6213df1c6

View File

@@ -1815,7 +1815,7 @@ TEST_F(TokenProcessor, CyrillicString)
TEST_F(TokenProcessor, PreProcessorInStruct)
{
const auto infos = translationUnit.tokenInfosInRange(sourceRange(793, 14));
const auto infos = translationUnit.tokenInfosInRange(sourceRange(795, 14));
ASSERT_THAT(infos[1], HasOnlyType(HighlightingType::Preprocessor));
}