Skip to content

Commit

Permalink
Dial back rc-man-or-boy-test to 9 to avoid recursion depth errors acr…
Browse files Browse the repository at this point in the history
…oss all implementations
  • Loading branch information
japhb committed Dec 31, 2012
1 parent 7f8ae16 commit dab496f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timeall
Expand Up @@ -168,9 +168,9 @@ my %TESTS = (
{
name => 'rc-man-or-boy-test',
skip => [qw( )],
perl5 => [qw( BENCH/perl5/rc-man-or-boy-test 10 )],
perl6 => [qw( BENCH/perl6/rc-man-or-boy-test 10 )],
nqp => [qw( BENCH/nqp/rc-man-or-boy-test 10 )],
perl5 => [qw( BENCH/perl5/rc-man-or-boy-test 9 )],
perl6 => [qw( BENCH/perl6/rc-man-or-boy-test 9 )],
nqp => [qw( BENCH/nqp/rc-man-or-boy-test 9 )],
},
],
);
Expand Down

0 comments on commit dab496f

Please sign in to comment.