]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testString.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / tests / testString.cc
index 19dea2029d1c8f95dd9f4dcfb732cf9e35676fc8..89373cc751de4e6613e6001b48f058496b611af4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,9 +8,9 @@
 
 #include "squid.h"
 #include "event.h"
-#include "Mem.h"
 #include "SquidString.h"
 #include "testString.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testString );
 
@@ -74,3 +74,4 @@ void testString::testSubstr()
     String ref("34");
     CPPUNIT_ASSERT(check == ref);
 }
+