diff stream_variables.t @ 1004:4f90c1456ba6

Tests: cleanup unused dgram in stream_variables.t.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 15 Aug 2016 16:46:00 +0300
parents 882267679006
children 4f739c15069e
line wrap: on
line diff
--- a/stream_variables.t
+++ b/stream_variables.t
@@ -16,7 +16,7 @@ BEGIN { use FindBin; chdir($FindBin::Bin
 
 use lib 'lib';
 use Test::Nginx;
-use Test::Nginx::Stream qw/ stream dgram /;
+use Test::Nginx::Stream qw/ stream /;
 
 ###############################################################################