forked from qt-creator/qt-creator
Unittest: Fix compile
Change-Id: I2ee07a67f042ac952d0301a0880f0674d21de714 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Nikolai Kosjar
parent
9519f125e9
commit
e8e17f6c52
@@ -338,7 +338,7 @@ TEST_F(ProjectUpdater, FilterSettingsMacros)
|
||||
{
|
||||
auto paths = updater.createCompilerMacros({{"YI", "1"}, {"SAN", "3"}, {"SE", "4"}, {"WU", "5"}},
|
||||
{{"SE", "44", Utils::NameValueItem::Unset},
|
||||
{"ER", "2", Utils::NameValueItem::Set},
|
||||
{"ER", "2", Utils::NameValueItem::SetEnabled},
|
||||
{"WU", "5", Utils::NameValueItem::Unset}});
|
||||
|
||||
ASSERT_THAT(paths,
|
||||
|
Reference in New Issue
Block a user