Skip to content

Commit d9d5118

Browse files
committed
[S32]: Re-fudge some sort tests with latest infix:<cmp> fixes.
1 parent 50b3dbc commit d9d5118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-list/sort.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,12 @@ plan 33;
243243

244244
my @sorted;
245245

246-
#?rakudo todo 'nom regression'
247246
#?niecza todo 'Is this test actually testing for correct behavior?'
248247
lives_ok { @sorted = (RT71258_1.new, RT71258_1.new).sort },
249248
'sorting by stringified class instance (name and memory address)';
250249

251250
#?pugs skip '.WHERE'
251+
#?rakudo todo 'Huh? What is this test doing?'
252252
ok ([<] @sorted.map({.WHERE})),
253253
'checking sort order by class memory address';
254254

0 commit comments

Comments
 (0)