]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove unit test comments that are hard to keep up to date
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 13 May 2020 19:17:05 +0000 (21:17 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 13 May 2020 19:26:20 +0000 (21:26 +0200)
unittest/test_Lockfile.cpp
unittest/test_argprocessing.cpp
unittest/test_compopt.cpp
unittest/test_hash.cpp
unittest/test_hashutil.cpp
unittest/test_legacy_util.cpp

index 0c132eb0663025c284f933801a1b06174997f388..e3fbb8245707b66af38729860a062914285ef0b3 100644 (file)
@@ -16,8 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-// This file contains tests for functions in lockfile.c.
-
 #include "../src/Lockfile.hpp"
 #include "../src/Stat.hpp"
 #include "TestUtil.hpp"
index ab9bed70a730a458f6b6ce47a49ae2a4f2795114..7946ea0229002d969c3022b22b0e522d55e34e22 100644 (file)
@@ -16,8 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-// This file contains tests for the processing of compiler arguments.
-
 #include "../src/Args.hpp"
 #include "../src/Config.hpp"
 #include "../src/Context.hpp"
index 1778ab7495b286dfe1fabb6774b4fa8fc0a12b24..e8ae6d03226c35e8e0f9d373084403dfe08b885f 100644 (file)
@@ -16,8 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-// This file contains tests for the compopt_* functions.
-
 #include "../src/compopt.hpp"
 
 #include "third_party/catch.hpp"
index 6ea9fcc249a035152d9819b787ef91cfc3b82a1c..4ef257435350d2cc72b2afe450ea005ee194cf3b 100644 (file)
@@ -16,8 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-// This file contains tests for functions in hash.c.
-
 #include "../src/hash.hpp"
 
 #include "third_party/catch.hpp"
index 4db626dc3e995b3463b18516c824cc41ef256303..e4333e75ded44f88bb290915090e679faf550e8d 100644 (file)
@@ -16,8 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-// This file contains tests for functions in hashutil.c.
-
 #include "../src/Context.hpp"
 #include "../src/hashutil.hpp"
 #include "TestUtil.hpp"
index 68aa74b71f3d3e57e6fa2e89bda0a9dd3d358301..e2dcfae015e1ee87c7160dd514ce19bc454d857e 100644 (file)
@@ -16,8 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-// This file contains tests for functions in util.c.
-
 #include "../src/execute.hpp"
 #include "../src/legacy_util.hpp"