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_asn1.cpp | |
parent | dc24f117eca49214d45582c83d2b8ddcc2c81704 (diff) |
Add final annotations as appropriate in the test code
Diffstat (limited to 'src/tests/test_asn1.cpp')
-rw-r--r-- | src/tests/test_asn1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_asn1.cpp b/src/tests/test_asn1.cpp index 3427d391d..5c54f2bb4 100644 --- a/src/tests/test_asn1.cpp +++ b/src/tests/test_asn1.cpp @@ -46,7 +46,7 @@ Test::Result test_ber_stack_recursion() } -class ASN1_Tests : public Test +class ASN1_Tests final : public Test { public: std::vector<Test::Result> run() override |