X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..78da1c00f59351748ceb0f957c7293b6bd71a31d:/teshsuite/xbt/mmalloc/mmalloc_32.tesh diff --git a/teshsuite/xbt/mmalloc/mmalloc_32.tesh b/teshsuite/xbt/mmalloc/mmalloc_32.tesh index e40a03f31b..06bc5435dd 100644 --- a/teshsuite/xbt/mmalloc/mmalloc_32.tesh +++ b/teshsuite/xbt/mmalloc/mmalloc_32.tesh @@ -104,7 +104,7 @@ $ ${bindir:=.}/mmalloc_test --log=root.fmt:%m%n > All blocks were correctly allocated. Free every second block > Memset every second block to zero (yeah, they are not currently allocated :) > Re-allocate every second block -> free all blocks (each one twice, to check that double free are correctly catched) -> free again all blocks (to really check that double free are correctly catched) +> free all blocks (each one twice, to check that double free are correctly caught) +> free again all blocks (to really check that double free are correctly caught) > Let's try different codepaths for mrealloc > Damnit, I cannot break mmalloc this time. That's SO disappointing.