Skip to content

Commit 0300663

Browse files
committed
Fudge test for RT #130160 on JVM
(it works when run standalone but fails in S02-types/lists.t
1 parent d09072c commit 0300663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S02-types/list.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ subtest '.sum can handle Junctions' => {
153153
ok $sum !== 42, 'sum is correct (6)';
154154
}
155155

156+
#?rakudo.jvm skip 'RT #130160 works when run standalone, maybe wrong multi selected'
156157
{ # RT#130160
157158
my @a := <a b c>[0..2, 0..2].flat.cache;
158159
@a.Bool;

0 commit comments

Comments
 (0)