]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a comment.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 29 May 2009 00:52:17 +0000 (00:52 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 29 May 2009 00:52:17 +0000 (00:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10166

memcheck/tests/nanoleak2.c

index d4758df2299d0781f6795afe37ed999ab1df5a6c..f73840f12ad2946e7205fa3c6c07aa4703d933b9 100644 (file)
@@ -6,6 +6,10 @@
 //
 // it gives the y/n/c suppression prompt for errors that aren't shown.  This
 // test checks that is fixed.
+//
+// [The .vgtest file was later changed to use --leak-check=all so that if a
+// suppression is (erroneously?) generated, the test doesn't wait for the user
+// to press 'y', because that pauses the entire regtest system.]
 
 #include <stdlib.h>