t/uni/caller.t should declare its plan at run time

Unit test should declare their test plan after
compilation when possible.
This commit is contained in:
Nicolas R 2018-09-20 15:06:52 -06:00
parent 2430d10f9e
commit c5583fc738

View File

@ -5,12 +5,13 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
set_up_inc('../lib');
plan( tests => 18 );
}
use utf8;
use open qw( :utf8 :std );
plan( tests => 18 );
package ;
{