Skip to content

Commit 2fc07d1

Browse files
committed
[jvm] Unfuged passing tests
1 parent 8d225fe commit 2fc07d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

S32-list/repeated.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ This test tests the C<repeated> builtin.
145145
my %a;
146146
%a<foo> = <a b c b c>;
147147
%a<foo>.=repeated;
148-
#?rakudo.jvm skip 'This Seq has already been iterated, RT #128720'
149148
is-deeply %a<foo>.List, <b c>,
150149
"\%a<foo> not clobbered by .=repeated";
151150
} # 1

S32-list/unique.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ This test tests the C<unique> builtin.
150150
my %a;
151151
%a<foo> = <a b c>;
152152
%a<foo>.=unique;
153-
#?rakudo.jvm skip 'This Seq has already been iterated, RT #128720'
154153
is-deeply %a<foo>.List, <a b c>,
155154
"\%a<foo> not clobbered by .=unique";
156155
} # 1

0 commit comments

Comments
 (0)