diff options
author | René Meusel <[email protected]> | 2017-11-08 11:01:18 +0100 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-09 16:05:18 -0500 |
commit | a27772c069f511e4277bde84349fb24a93f39d53 (patch) | |
tree | caddcbaa3465364693eeb635acdbf61d395f4825 /src/tests | |
parent | 19a38c8c60821c6f76c84d57d302388a1711d7bb (diff) |
FIX: test method namespacing
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: |