diff options
author | Jack Lloyd <[email protected]> | 2017-09-22 10:56:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-22 10:56:25 -0400 |
commit | 2610d170e73b3e1f94c35de75f6c25cea52ef7d5 (patch) | |
tree | 9c60bb607340eb79dace57184ed67145a478cfa4 /src/tests/test_dh.cpp | |
parent | dc24f117eca49214d45582c83d2b8ddcc2c81704 (diff) |
Add final annotations as appropriate in the test code
Diffstat (limited to 'src/tests/test_dh.cpp')
-rw-r--r-- | src/tests/test_dh.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/test_dh.cpp b/src/tests/test_dh.cpp index 028a4d1cc..e525e57e0 100644 --- a/src/tests/test_dh.cpp +++ b/src/tests/test_dh.cpp @@ -18,7 +18,7 @@ namespace { #if defined(BOTAN_HAS_DIFFIE_HELLMAN) -class Diffie_Hellman_KAT_Tests : public PK_Key_Agreement_Test +class Diffie_Hellman_KAT_Tests final : public PK_Key_Agreement_Test { public: Diffie_Hellman_KAT_Tests() @@ -111,7 +111,7 @@ class Diffie_Hellman_KAT_Tests : public PK_Key_Agreement_Test }; -class DH_Invalid_Key_Tests : public Text_Based_Test +class DH_Invalid_Key_Tests final : public Text_Based_Test { public: DH_Invalid_Key_Tests() : @@ -138,7 +138,7 @@ class DH_Invalid_Key_Tests : public Text_Based_Test } }; -class Diffie_Hellman_Keygen_Tests : public PK_Key_Generation_Test +class Diffie_Hellman_Keygen_Tests final : public PK_Key_Generation_Test { public: std::vector<std::string> keygen_params() const override |