mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Fix compilation for GCC 4.9.2
This commit is contained in:
parent
4ae2e025c9
commit
1bc5771bf3
|
@ -52,7 +52,7 @@ TEST_F(PluginServices, KeyDiscovery)
|
||||||
{
|
{
|
||||||
mConfig.SetValue("foo", 0);
|
mConfig.SetValue("foo", 0);
|
||||||
|
|
||||||
auto keys{mServices.GetPropertyKeys()};
|
auto keys(mServices.GetPropertyKeys());
|
||||||
|
|
||||||
EXPECT_TRUE(find(keys.begin(), keys.end(), "foo") != keys.end());
|
EXPECT_TRUE(find(keys.begin(), keys.end(), "foo") != keys.end());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user