forked from qt-creator/qt-creator
Clang: fix separators for tests
Change-Id: I951603294f2cf0a044463ddb431b80370b393bb6 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "googletest.h"
|
||||
|
||||
#include "filesystem-utilities.h"
|
||||
#include "mockrefactoringclient.h"
|
||||
#include "sourcerangecontainer-matcher.h"
|
||||
|
||||
@@ -78,7 +79,7 @@ protected:
|
||||
Utils::SmallString sourceContent{"void f()\n {}"};
|
||||
FileContainer source{{TESTDATA_DIR, "query_simplefunction.cpp"},
|
||||
sourceContent.clone(),
|
||||
{"cc", TESTDATA_DIR"/query_simplefunction.cpp"}};
|
||||
{"cc", toNativePath(TESTDATA_DIR"/query_simplefunction.cpp")}};
|
||||
int processingSlotCount = 2;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user