X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cba2d3889082682b8499254801951d23273a9309..4f887c78bcc93014c7a08e5e4d380d22738b2672:/src/kernel/resource/NetworkModelIntf_test.cpp diff --git a/src/kernel/resource/NetworkModelIntf_test.cpp b/src/kernel/resource/NetworkModelIntf_test.cpp index 357a130ae9..418cc544f9 100644 --- a/src/kernel/resource/NetworkModelIntf_test.cpp +++ b/src/kernel/resource/NetworkModelIntf_test.cpp @@ -20,8 +20,8 @@ TEST_CASE("kernel::resource::NetworkModelIntf: Factors invalid callbacks: except { std::vector models{"LV08", "CM02"}; #if HAVE_SMPI - models.push_back("SMPI"); - models.push_back("IB"); + models.emplace_back("SMPI"); + models.emplace_back("IB"); #endif for (const auto& model : models) {