Skip to content

Commit c3affe4

Browse files
committed
Remove flappiness from test
Test depended on hash order, as observed in #890
1 parent 6d94422 commit c3affe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

S09-hashes/objecthash.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ plan 36;
6464
#?rakudo skip 'oh noes, it dies'
6565
is %h{ Mu, Any }.join(","), "2,3", 'check slice access on Mu';
6666
# note the following todo is a flapper
67-
is %h{*}.join(","), "2,3", 'check whatever access with Mu as key';
67+
is %h{*}.sort.join(","), "2,3", 'check whatever access with Mu as key';
6868
} #6
6969

7070
# RT #118037

0 commit comments

Comments
 (0)