Author: njn
Date: 2008-02-27 18:10:19 +0000 (Wed, 27 Feb 2008)
New Revision: 7494

Log:
Make comments reflect the code.



Modified:
   trunk/tests/vg_regtest.in


Modified: trunk/tests/vg_regtest.in
===================================================================
--- trunk/tests/vg_regtest.in   2008-02-27 18:06:09 UTC (rev 7493)
+++ trunk/tests/vg_regtest.in   2008-02-27 18:10:19 UTC (rev 7494)
@@ -61,17 +61,17 @@
 # Note that filters are necessary for stderr results to filter out things that
 # always change, eg. process id numbers.
 #
-# Expected stdout (filtered) is kept in <test>.stdout.exp[0-9]* (can be more
+# Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
 # than one expected output).  It can be missing if it would be empty.  Expected
 # stderr (filtered) is kept in <test>.stderr.exp*.   There must be at least
 # one stderr.exp* file.
 #
 # The prerequisite command, if present, must return 0 otherwise the test is
 # skipped.  The post-test command, if present, must return 0 and its stdout
-# must match the expected stdout which is kept in <test>.post.exp[0-9]*.
+# must match the expected stdout which is kept in <test>.post.exp*.
 #
 # If results don't match, the output can be found in <test>.std<strm>.out,
-# and the diff between expected and actual in <test>.std<strm>.diff[0-9]*.
+# and the diff between expected and actual in <test>.std<strm>.diff*.
 #
 # Sometimes it is useful to run all the tests at a high sanity check
 # level or with arbitrary other flags.  To make this simple, extra 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to