]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testString.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / testString.h
index cfa32646de08d39ea02ee6d381225f85faf03bf2..66f0d3d4ae3a50312db330af73da83c1f984325a 100644 (file)
@@ -1,8 +1,15 @@
+/*
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
 
 #ifndef SQUID_SRC_TEST_STRING_H
 #define SQUID_SRC_TEST_STRING_H
 
-#include <cppunit/extensions/HelperMacros.h>
+#include "compat/cppunit.h"
 
 /*
  * test the store framework
@@ -19,7 +26,7 @@ class testString : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST_SUITE_END();
 
 public:
-    void setUp();
+    void setUp() override;
 
 protected:
     void testCmpDefault();