X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Fmethods%2Fstr%2Fundef.t;h=42ee8bf70641f1f75a39a7a91762b7762cd1a0e3;hb=990ba6fd714681b2a6d50ac5153d654bfea0ccdd;hp=34e24b7d0c50ba9de79fd77fc8621f2c5d81c975;hpb=4d5d5872e8624a2e37fb68c6a280f497806313e8;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/t/methods/str/undef.t b/t/methods/str/undef.t index 34e24b7..42ee8bf 100644 --- a/t/methods/str/undef.t +++ b/t/methods/str/undef.t @@ -1,10 +1,9 @@ use strict; -use Test::More tests => 3; +use Test::More tests => 1; use re::engine::Plugin ( comp => sub { my ($re, $str) = @_; - # Runs three times apperently. is($re->str, undef, 'str is undef'); return;