forked from qt-creator/qt-creator
Clang: Fix failing unit test
...amends 12dce3ef7d
.
Change-Id: I93ef9b4dfaf0bbe9f4be1d0f2688eb5726938c81
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -440,7 +440,9 @@ TEST_F(CompilerOptionsBuilder, BuildAllOptions)
|
||||
ElementsAre(
|
||||
"-nostdlibinc", "-c", "-m64", "-target", "x86_64-apple-darwin10",
|
||||
"-arch", "x86_64", "-x", "c++", "-std=c++17", "-fcxx-exceptions",
|
||||
"-fexceptions", "-Dfoo=bar", "-DprojectFoo=projectBar", "-undef",
|
||||
"-fexceptions", "-Dfoo=bar", "-DprojectFoo=projectBar",
|
||||
"-DBOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING=(39, 1, true, \"T = \")",
|
||||
"-undef",
|
||||
"-I", IsPartOfHeader("wrappedQtHeaders"),
|
||||
"-I", IsPartOfHeader(QDir::toNativeSeparators("wrappedQtHeaders/QtCore").toStdString()),
|
||||
"-I", QDir::toNativeSeparators("/tmp/path"),
|
||||
|
Reference in New Issue
Block a user