Skip to content

Commit 64d2ee6

Browse files
committed
refudge test for rakudo
passes on parrot, so only needs TODOing on JVM and Moar
1 parent 02346c6 commit 64d2ee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S04-statements/try.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ plan 26;
151151
}
152152

153153
# RT #111704
154-
#?rakudo todo 'RT 111704'
154+
#?rakudo.moar todo 'RT 111704'
155+
#?rakudo.jvm todo 'RT 111704'
155156
#?pugs skip 'Missing required parameters: $_'
156157
{
157158
my $x = 0;

0 commit comments

Comments
 (0)