]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/24-ops.t
Put grep/map tests into their own test file
[perl/modules/Sub-Nary.git] / t / 24-ops.t
index f3f62f49337d65f48edab6aa609aab7a9993a0f7..a69cd0ad4d5679e39fb940359750084a0a925319 100644 (file)
@@ -57,7 +57,7 @@ my @tests = (
  [ sub { endprotoent }, 1 ],
  [ sub { endservent },  1 ],
 
- [ sub { <*.*> }, { list => 1 / 3, 1 => 2 / 3 } ],
+ [ sub { <*.*> }, { list => 0.5, 1 => 0.5 } ],
 );
 
 my $i = 1;