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