From: Bart Van Assche Date: Wed, 11 Mar 2009 19:12:06 +0000 (+0000) Subject: Added a comment that explains the purpose of the test program. X-Git-Tag: svn/VALGRIND_3_5_0~875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085b0e7336e8903255dadbbb605ced97a07e3246;p=thirdparty%2Fvalgrind.git Added a comment that explains the purpose of the test program. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9362 --- diff --git a/drd/tests/boost_thread.cpp b/drd/tests/boost_thread.cpp index 8560cd9aaf..fbf9dbd398 100644 --- a/drd/tests/boost_thread.cpp +++ b/drd/tests/boost_thread.cpp @@ -1,3 +1,7 @@ +// Test program that allows to verify whether Drd works fine for programs that +// use the boost::thread, boost::mutex and boost::condition classes. + + #include #include #include