X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c57842fe897f53b46f0be3da87f7c996674be7d6..e947a76de27ef7ddb85e5e3a0953711e410533f1:/teshsuite/smpi/mpich3-test/pt2pt/big_count_status.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/big_count_status.c b/teshsuite/smpi/mpich3-test/pt2pt/big_count_status.c index 104a695ceb..2a9c5e260e 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/big_count_status.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/big_count_status.c @@ -23,7 +23,8 @@ int test_count(MPI_Count count) MPI_Get_elements_x(&stat, MPI_BYTE, &bcount2); MPI_Test_cancelled(&stat, &cancelled2); if (bcount != bcount2) { - fprintf(stderr, "Count Error: expected %lx, got %lx\n", bcount, bcount2); + fprintf(stderr, "Count Error: expected %llx, got %llx\n", + (long long int) bcount, (long long int) bcount2); nerrs++; } if (cancelled != cancelled2) {