Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fire on_start for one-sided communication instead of on_send/recv
[simgrid.git] / teshsuite / xbt / mmalloc / mmalloc_64.tesh
index 90e01ff2f1fc8d8b048e730674f547ae7e558992..ec276c3e92f9e06b267f9cfc37f73157ea2d07f7 100644 (file)
@@ -104,7 +104,6 @@ $ ${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
 > Let's try different codepaths for mrealloc
 > Damnit, I cannot break mmalloc this time. That's SO disappointing.