Skip to content

Commit c5f5026

Browse files
committed
'ne' operator instead of 'leg', [Coke]++
1 parent 6320c7c commit c5f5026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-list/roll.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ok ('a' .. 'z').roll ~~ /\w/, 'Str-Range roll';
126126
my $a = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
127127
my $b = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
128128
my $c = qqx{$*EXECUTABLE_NAME -e "print ~(1..10).pick(5)"};
129-
ok ($a leg $b || $b leg $c), 'different results due to random random-number seed';
129+
ok ($a ne $b || $b ne $c), 'different results due to random random-number seed';
130130
}
131131

132132
# vim: ft=perl6

0 commit comments

Comments
 (0)