X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3db6ffb6cb2397b46f85c5b5198f31da0827927c..2738598c9f876339ee6f8b3fc217984b7b837539:/src/xbt/dynar_test.cpp diff --git a/src/xbt/dynar_test.cpp b/src/xbt/dynar_test.cpp index 87bd5fe9c5..dbd32ca0d1 100644 --- a/src/xbt/dynar_test.cpp +++ b/src/xbt/dynar_test.cpp @@ -10,7 +10,7 @@ #include "catch.hpp" -#define NB_ELEM 5000 +constexpr int NB_ELEM = 5000; TEST_CASE("xbt::dynar: generic C vector", "dynar") {