diff options
Diffstat (limited to 'src/tests/test_x509_path.cpp')
-rw-r--r-- | src/tests/test_x509_path.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/test_x509_path.cpp b/src/tests/test_x509_path.cpp index 84b3b682b..e805a29b3 100644 --- a/src/tests/test_x509_path.cpp +++ b/src/tests/test_x509_path.cpp @@ -60,7 +60,7 @@ std::map<std::string, std::string> read_results(const std::string& results_file) return m; } -class X509test_Path_Validation_Tests : public Test +class X509test_Path_Validation_Tests final : public Test { public: std::vector<Test::Result> run() override @@ -137,7 +137,7 @@ class X509test_Path_Validation_Tests : public Test BOTAN_REGISTER_TEST("x509_path_x509test", X509test_Path_Validation_Tests); -class NIST_Path_Validation_Tests : public Test +class NIST_Path_Validation_Tests final : public Test { public: std::vector<Test::Result> run() override; @@ -239,7 +239,7 @@ std::vector<Test::Result> NIST_Path_Validation_Tests::run() BOTAN_REGISTER_TEST("x509_path_nist", NIST_Path_Validation_Tests); -class Extended_Path_Validation_Tests : public Test +class Extended_Path_Validation_Tests final : public Test { public: std::vector<Test::Result> run() override; |