summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 10:33:06 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 10:44:53 +0200
commit7ac8069572032c942b45c750d2ff77ad877804d7 (patch)
treebc35d1ff4cc100dadc85d6cf206bd23ffd6699b6
parent586ba7842a92fae2d4b095a7f10a7685ea0d504b (diff)
downloadgnutls-7ac8069572032c942b45c750d2ff77ad877804d7.tar.gz
tests: removed irrelevant comment
-rw-r--r--tests/tlsfeature-ext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tlsfeature-ext.c b/tests/tlsfeature-ext.c
index ebe476f3cc..0c313b4716 100644
--- a/tests/tlsfeature-ext.c
+++ b/tests/tlsfeature-ext.c
@@ -142,7 +142,6 @@ void doit(void)
/* check whether we can import a very long list */
assert(gnutls_x509_tlsfeatures_init(&feat) >= 0);
- /* we don't fail, we simply import to our upper limit with no error */
assert(gnutls_x509_ext_import_tlsfeatures(&der_long, feat, 0) == GNUTLS_E_INTERNAL_ERROR);
gnutls_x509_tlsfeatures_deinit(feat);