X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/891f9a16d3da00527f721e44c6c7a45b05c6b279..4a77ca24869b516773732d0e9c7b5219ce6832fd:/teshsuite/xbt/mmalloc/mmalloc_64.tesh diff --git a/teshsuite/xbt/mmalloc/mmalloc_64.tesh b/teshsuite/xbt/mmalloc/mmalloc_64.tesh index 90e01ff2f1..17356ee80a 100644 --- a/teshsuite/xbt/mmalloc/mmalloc_64.tesh +++ b/teshsuite/xbt/mmalloc/mmalloc_64.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.