diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-27 14:55:38 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-27 15:34:33 +0200 |
commit | 0214bff6a3027ee423f9b2f01120bedb569584bd (patch) | |
tree | 735a95e8718fee523fddb3820dcba712c3a0ee95 /t/op/studytied.t | |
parent | e41cc779424eaf419bea11fb7535e356b1113698 (diff) | |
download | perl-0214bff6a3027ee423f9b2f01120bedb569584bd.tar.gz |
Replace Test::More by test.pl
Diffstat (limited to 't/op/studytied.t')
-rw-r--r-- | t/op/studytied.t | 3 |
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; |