diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_asn1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_asn1.cpp b/src/tests/test_asn1.cpp index 674d9d34b..0c1b6ce5e 100644 --- a/src/tests/test_asn1.cpp +++ b/src/tests/test_asn1.cpp @@ -45,8 +45,6 @@ Test::Result test_ber_stack_recursion() return result; } -} - Test::Result test_asn1_utf8_ascii_parsing() { Test::Result result("ASN.1 ASCII parsing"); @@ -228,6 +226,8 @@ Test::Result test_asn1_utf8_encoding() return result; } +} + class ASN1_Tests final : public Test { public: |