summaryrefslogtreecommitdiff
path: root/t/op/studytied.t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-27 14:55:38 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-27 15:34:33 +0200
commit0214bff6a3027ee423f9b2f01120bedb569584bd (patch)
tree735a95e8718fee523fddb3820dcba712c3a0ee95 /t/op/studytied.t
parente41cc779424eaf419bea11fb7535e356b1113698 (diff)
downloadperl-0214bff6a3027ee423f9b2f01120bedb569584bd.tar.gz
Replace Test::More by test.pl
Diffstat (limited to 't/op/studytied.t')
-rw-r--r--t/op/studytied.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/op/studytied.t b/t/op/studytied.t
index f56cc171e9..288bcd7551 100644
--- a/t/op/studytied.t
+++ b/t/op/studytied.t
@@ -3,12 +3,13 @@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
+ require './test.pl';
}
use strict;
use warnings;
-use Test::More tests => 14;
+plan tests => 14;
{
package J;