diff _test/run_tests.pl @ 418:3f38dabaf5cc ref20150831

sync
author cin
date Mon, 28 Dec 2015 15:11:35 +0300
parents d1676be8afcc
children
line wrap: on
line diff
--- a/_test/run_tests.pl	Mon Nov 02 01:56:53 2015 +0300
+++ b/_test/run_tests.pl	Mon Dec 28 15:11:35 2015 +0300
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use lib '../Lib';
+use lib '../lib';
 use lib '.';
 
 use IMPL::Test::HarnessRunner;