summaryrefslogtreecommitdiffstats
path: root/test/cmp_asn_test.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:27:31 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitfd009d763a931c4cd01f5181a2b0801d205f782a (patch)
tree1a43eeda9efa766bba6b983737b84844ee77fbe8 /test/cmp_asn_test.c
parentfb6ad22e36a1ade653f4b6881ddeee128e8b5001 (diff)
test: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'test/cmp_asn_test.c')
-rw-r--r--test/cmp_asn_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/cmp_asn_test.c b/test/cmp_asn_test.c
index 24f6605ce9..36ae8a6008 100644
--- a/test/cmp_asn_test.c
+++ b/test/cmp_asn_test.c
@@ -117,10 +117,5 @@ int setup_tests(void)
ADD_TEST(test_cmp_asn1_get_int);
ADD_TEST(test_ASN1_OCTET_STRING_set);
ADD_TEST(test_ASN1_OCTET_STRING_set_tgt_is_src);
- /*
- * TODO make sure that total number of tests (here currently 24) is shown,
- * also for other cmp_*text.c. Currently the test drivers always show 1.
- */
-
return 1;
}