]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - t/methods/str/undef.t
Port to ptable-based thread-safe hints
[perl/modules/re-engine-Plugin.git] / t / methods / str / undef.t
index 34e24b7d0c50ba9de79fd77fc8621f2c5d81c975..42ee8bf70641f1f75a39a7a91762b7762cd1a0e3 100644 (file)
@@ -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;