forked from qt-creator/qt-creator
Clang: Fix highlightingmarks include test
Change-Id: I3e3f34a7155149a4a12fb8cea3102aba10bb5fc7 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -107,7 +107,7 @@ struct Data {
|
|||||||
Utf8String filePath{Utf8StringLiteral(TESTDATA_DIR"/highlightingmarks.cpp")};
|
Utf8String filePath{Utf8StringLiteral(TESTDATA_DIR"/highlightingmarks.cpp")};
|
||||||
Document document{filePath,
|
Document document{filePath,
|
||||||
ProjectPart(Utf8StringLiteral("projectPartId"),
|
ProjectPart(Utf8StringLiteral("projectPartId"),
|
||||||
{Utf8StringLiteral("-std=c++14")}),
|
{Utf8StringLiteral("-std=c++14"), Utf8StringLiteral("-I" TESTDATA_DIR)}),
|
||||||
{},
|
{},
|
||||||
documents};
|
documents};
|
||||||
TranslationUnit translationUnit{filePath,
|
TranslationUnit translationUnit{filePath,
|
||||||
|
Reference in New Issue
Block a user