aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_octetstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_octetstring.cpp')
-rw-r--r--src/tests/test_octetstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_octetstring.cpp b/src/tests/test_octetstring.cpp
index ff9e179ac..1010b5464 100644
--- a/src/tests/test_octetstring.cpp
+++ b/src/tests/test_octetstring.cpp
@@ -124,7 +124,7 @@ Test::Result test_append()
return result;
}
-class OctetString_Tests : public Test
+class OctetString_Tests final : public Test
{
public:
std::vector<Test::Result> run() override