Skip to content

Commit

Permalink
Additional fudging for Niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Dec 14, 2012
1 parent ba74f5e commit 204d12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-list/roll.t
Expand Up @@ -122,6 +122,7 @@ is (1..^2).roll, 1, '1-elem Range roll';
ok ('a' .. 'z').roll ~~ /\w/, 'Str-Range roll';

# RT 89972
#?niecza todo "Doesn't work in Niecza"
{
my $a = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
my $b = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
Expand Down

0 comments on commit 204d12b

Please sign in to comment.