]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testString.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / testString.h
index eabd0a2e5fa1846d9b3fa7e4dfd7de3a59dc1c28..66f0d3d4ae3a50312db330af73da83c1f984325a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * 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.
@@ -9,7 +9,7 @@
 #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
@@ -26,7 +26,7 @@ class testString : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST_SUITE_END();
 
 public:
-    void setUp();
+    void setUp() override;
 
 protected:
     void testCmpDefault();