Skip to content

Commit 3e8da11

Browse files
committed
[JVM] Run passing test that was masked by 'emit'
1 parent 600028a commit 3e8da11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S32-list/squish.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ This test tests the C<squish> builtin and .squish method on Any/List.
190190
# RT #121434
191191
{
192192
my $a = <a b b c>;
193-
#?rakudo.jvm emit # hangs because squish gives back infinite list with Mu.new
194193
$a .= squish;
195-
#?rakudo.jvm todo 'fails due to above failure'
196194
is-deeply( $a, <a b c>, '.= squish in sink context works on $a' );
197195
my @a = <a b b c>;
198196
@a .= squish;

0 commit comments

Comments
 (0)