]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Uncomment this; not sure why it was commented out.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 24 Jul 2009 20:48:36 +0000 (20:48 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 24 Jul 2009 20:48:36 +0000 (20:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10597

memcheck/tests/custom_alloc.c

index fb16979998db740f7a00202d73e5e71d71876cda..9f22851b011bd0a834a32ebafa9e34a3015b0b32 100644 (file)
@@ -94,8 +94,8 @@ int main(void)
 
    // Bug 137073: passing 0 to MALLOCLIKE_BLOCK was causing an assertion
    // failure.  Test for this (and likewise for FREELIKE_BLOCK).
-   //VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0);
-   //VALGRIND_FREELIKE_BLOCK(0,0);
+   VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0);
+   VALGRIND_FREELIKE_BLOCK(0,0);
    
    return x;