diff stream_limit_conn_complex.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 196d33c2bb45
children f3ba4c74de31
line wrap: on
line diff
--- a/stream_limit_conn_complex.t
+++ b/stream_limit_conn_complex.t
@@ -62,7 +62,7 @@ http {
 EOF
 
 $t->write_file('index.html', '');
-$t->try_run('no stream limit_conn with complex value')->plan(4);
+$t->run()->plan(4);
 
 ###############################################################################