forked from qt-creator/qt-creator
CompilationDatabase: Fix unit test
Amends be97943372
.
Change-Id: Ic840f5eca8a83b5bdf3e3864e8859234472911b7
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -90,7 +90,6 @@ TEST_F(CompilationDatabaseUtils, FilterArguments)
|
|||||||
"-DUNICODE",
|
"-DUNICODE",
|
||||||
"-DRELATIVE_PLUGIN_PATH=\"../lib/qtcreator/plugins\"",
|
"-DRELATIVE_PLUGIN_PATH=\"../lib/qtcreator/plugins\"",
|
||||||
"-DQT_CREATOR",
|
"-DQT_CREATOR",
|
||||||
"-fPIC",
|
|
||||||
"-I",
|
"-I",
|
||||||
QString::fromUtf8(HostOsInfo::isWindowsHost() ? winPath1 : otherPath1),
|
QString::fromUtf8(HostOsInfo::isWindowsHost() ? winPath1 : otherPath1),
|
||||||
"-I",
|
"-I",
|
||||||
|
Reference in New Issue
Block a user