forked from qt-creator/qt-creator
Unittest: Fix source location after merge
Change-Id: I671f6d8edd3d2989b0b1d1af86e2a3abac9a6c48 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1815,7 +1815,7 @@ TEST_F(TokenProcessor, CyrillicString)
|
|||||||
|
|
||||||
TEST_F(TokenProcessor, PreProcessorInStruct)
|
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));
|
ASSERT_THAT(infos[1], HasOnlyType(HighlightingType::Preprocessor));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user