From: Nicholas Nethercote Date: Fri, 29 May 2009 00:52:17 +0000 (+0000) Subject: Add a comment. X-Git-Tag: svn/VALGRIND_3_5_0~597 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=995ca13ebdb74055fe78293151efecbcca00eda1;p=thirdparty%2Fvalgrind.git Add a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10166 --- diff --git a/memcheck/tests/nanoleak2.c b/memcheck/tests/nanoleak2.c index d4758df229..f73840f12a 100644 --- a/memcheck/tests/nanoleak2.c +++ b/memcheck/tests/nanoleak2.c @@ -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