]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove superfluous context instance in test case
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Jun 2021 18:50:58 +0000 (20:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Jun 2021 07:01:17 +0000 (09:01 +0200)
unittest/test_hashutil.cpp

index 8f76516573b65eb988680f04bb4f261de4648de3..0ae17c62440de1a11d4ad33d5353edfeac119492 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2020 Joel Rosdahl and other contributors
+// Copyright (C) 2010-2021 Joel Rosdahl and other contributors
 //
 // See doc/AUTHORS.adoc for a complete list of contributors.
 //
@@ -16,7 +16,6 @@
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-#include "../src/Context.hpp"
 #include "../src/Hash.hpp"
 #include "../src/hashutil.hpp"
 #include "TestUtil.hpp"
@@ -108,8 +107,6 @@ TEST_CASE("hash_multicommand_output")
 
 TEST_CASE("hash_multicommand_output_error_handling")
 {
-  Context ctx;
-
   Hash h1;
   Hash h2;