X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce37f6e9d775bdc13c270e14490c156c1f95f71f..6985332fa071ba58d2ffac35138d80b821d725fb:/teshsuite/xbt/parmap_test/parmap_test.c diff --git a/teshsuite/xbt/parmap_test/parmap_test.c b/teshsuite/xbt/parmap_test/parmap_test.c index f21e9f70b7..76ac00226e 100644 --- a/teshsuite/xbt/parmap_test/parmap_test.c +++ b/teshsuite/xbt/parmap_test/parmap_test.c @@ -10,7 +10,7 @@ #include "xbt.h" #include "xbt/ex.h" #include "xbt/xbt_os_time.h" -#include "internal_config.h" +#include "src/internal_config.h" XBT_LOG_NEW_DEFAULT_CATEGORY(parmap_test, "Test for parmap"); @@ -47,8 +47,7 @@ static int test_parmap_basic(e_xbt_parmap_mode_t mode) for (i = 0; i < len; i++) { unsigned expected = (1U << num) * (i + 1) - 1; if (a[i] != expected) { - XBT_CRITICAL("with %u threads, a[%u]: expected %u, got %u", - num_workers, i, expected, a[i]); + XBT_CRITICAL("with %u threads, a[%u]: expected %u, got %u", num_workers, i, expected, a[i]); ret = 1; break; }