From 995ca13ebdb74055fe78293151efecbcca00eda1 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 29 May 2009 00:52:17 +0000 Subject: [PATCH] Add a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10166 --- memcheck/tests/nanoleak2.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3