From 7ac8069572032c942b45c750d2ff77ad877804d7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 28 Jul 2016 10:33:06 +0200 Subject: tests: removed irrelevant comment --- tests/tlsfeature-ext.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.1