Skip to content

Commit c3393b6

Browse files
committed
Remove fudged test
Subsumed by more comprehensive tests to be added today. The corresponding ticket will also be resolved at that time.
1 parent 389e5e9 commit c3393b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

S32-list/classify.t

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use Test;
33

44
# L<S32::Containers/"List"/"=item classify">
55

6-
plan 41;
6+
plan 40;
77

88
{
99
my @list = 1, 2, 3, 4;
@@ -119,9 +119,6 @@ is classify( { "foo" }, () ).elems, 0, 'classify an empty list';
119119
'&test only run once for each item';
120120
}
121121

122-
#?rakudo todo "Not sure how this should be fixed"
123-
lives-ok { my %b := BagHash.new(); %b.classify-list( {.comb}, 20..40 ); }, "Baggy classify-list shouldn't die on this case";
124-
125122
# RT #127803
126123
subtest 'classify works with Junctions' => {
127124
plan 2;

0 commit comments

Comments
 (0)