aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_passhash.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-22 10:56:25 -0400
committerJack Lloyd <[email protected]>2017-09-22 10:56:25 -0400
commit2610d170e73b3e1f94c35de75f6c25cea52ef7d5 (patch)
tree9c60bb607340eb79dace57184ed67145a478cfa4 /src/tests/test_passhash.cpp
parentdc24f117eca49214d45582c83d2b8ddcc2c81704 (diff)
Add final annotations as appropriate in the test code
Diffstat (limited to 'src/tests/test_passhash.cpp')
-rw-r--r--src/tests/test_passhash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_passhash.cpp b/src/tests/test_passhash.cpp
index 21085ff34..1519506ef 100644
--- a/src/tests/test_passhash.cpp
+++ b/src/tests/test_passhash.cpp
@@ -19,7 +19,7 @@ namespace Botan_Tests {
namespace {
#if defined(BOTAN_HAS_BCRYPT)
-class Bcrypt_Tests : public Text_Based_Test
+class Bcrypt_Tests final : public Text_Based_Test
{
public:
Bcrypt_Tests() : Text_Based_Test("bcrypt.vec", "Password,Passhash") {}
@@ -73,7 +73,7 @@ BOTAN_REGISTER_TEST("bcrypt", Bcrypt_Tests);
#endif
#if defined(BOTAN_HAS_PASSHASH9)
-class Passhash9_Tests : public Text_Based_Test
+class Passhash9_Tests final : public Text_Based_Test
{
public:
Passhash9_Tests() : Text_Based_Test("passhash9.vec", "Password,Passhash,PRF") {}