X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26de8e509a7eb35187427489fb7e44f3bb55d1af..a0300e4fe9a9b7ab9c651651bd0456a5aab71021:/src/xbt/random_test.cpp diff --git a/src/xbt/random_test.cpp b/src/xbt/random_test.cpp index 802836e986..83ee865424 100644 --- a/src/xbt/random_test.cpp +++ b/src/xbt/random_test.cpp @@ -9,7 +9,7 @@ #include #include -#define EpsilonApprox(a) Catch::Matchers::WithinAbs(a, 100 * std::numeric_limits::epsilon()) +#define EpsilonApprox(a) Catch::Matchers::WithinAbs((a), 100 * std::numeric_limits::epsilon()) TEST_CASE("xbt::random: Random Number Generation") {