summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);