diff options
Diffstat (limited to 'src/tests/test_mac.cpp')
-rw-r--r-- | src/tests/test_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_mac.cpp b/src/tests/test_mac.cpp index fd1c920ec..471a15fed 100644 --- a/src/tests/test_mac.cpp +++ b/src/tests/test_mac.cpp @@ -17,7 +17,7 @@ namespace { #if defined(BOTAN_HAS_MAC) -class Message_Auth_Tests : public Text_Based_Test +class Message_Auth_Tests final : public Text_Based_Test { public: Message_Auth_Tests() : Text_Based_Test("mac", "Key,In,Out", "IV") {} |