]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/24-ops.t
Move misc XS tests to t/15-misc-xs.t, including scalops tests. Simplify pp_rv2av
[perl/modules/Sub-Nary.git] / t / 24-ops.t
index a69cd0ad4d5679e39fb940359750084a0a925319..3bfe5429823e7d7a5006367215ae9e8df18a6818 100644 (file)
@@ -57,7 +57,7 @@ my @tests = (
  [ sub { endprotoent }, 1 ],
  [ sub { endservent },  1 ],
 
- [ sub { <*.*> }, { list => 0.5, 1 => 0.5 } ],
+ [ sub { <*.*> }, 1 ],
 );
 
 my $i = 1;