X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf1a2c1e1319fec0974567e51be83e828ddfc7e4..ae7eb908102a9049410dd066d4a6c521344bac28:/src/mc/test/heap_comparison.c diff --git a/src/mc/test/heap_comparison.c b/src/mc/test/heap_comparison.c index 60e2222c5f..48d343d29a 100644 --- a/src/mc/test/heap_comparison.c +++ b/src/mc/test/heap_comparison.c @@ -236,8 +236,9 @@ void MC_test_heap_comparison(){ MC_UNSET_RAW_MEM; - /* Get .plt section (start and end addresses) for data libsimgrid comparison */ - get_plt_section(); + /* Get .plt section (start and end addresses) for data libsimgrid and data program comparison */ + get_libsimgrid_plt_section(); + get_binary_plt_section(); test1();