diff options
Diffstat (limited to 'src/tests/test_sm2.cpp')
-rw-r--r-- | src/tests/test_sm2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_sm2.cpp b/src/tests/test_sm2.cpp index 0816a5f76..d81d2c8a8 100644 --- a/src/tests/test_sm2.cpp +++ b/src/tests/test_sm2.cpp @@ -19,7 +19,7 @@ namespace Botan_Tests { namespace { -class SM2_Signature_KAT_Tests : public PK_Signature_Generation_Test +class SM2_Signature_KAT_Tests final : public PK_Signature_Generation_Test { public: SM2_Signature_KAT_Tests() @@ -63,7 +63,7 @@ class SM2_Signature_KAT_Tests : public PK_Signature_Generation_Test BOTAN_REGISTER_TEST("sm2_sig", SM2_Signature_KAT_Tests); -class SM2_Encryption_KAT_Tests : public PK_Encryption_Decryption_Test +class SM2_Encryption_KAT_Tests final : public PK_Encryption_Decryption_Test { public: SM2_Encryption_KAT_Tests() |