Skip to content

Commit 4b44fe5

Browse files
committed
Add ticket number for skipped test (JVM)
1 parent 478881d commit 4b44fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-advanced/wrap.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ throws-like '{nextsame}()', X::NoDispatcher, '{nextsame}() dies properly';
201201
}
202202

203203
# RT #69312
204-
#?rakudo.jvm skip 'control operator crossed continuation barrier'
204+
#?rakudo.jvm skip 'control operator crossed continuation barrier RT #127967'
205205
{
206206
my @t = gather {
207207
sub triangle { take '=' x 3; }

0 commit comments

Comments
 (0)