Skip to content

Commit a7cd851

Browse files
committed
fudge for rakudo.jvm
1 parent 5d96b33 commit a7cd851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S02-names/is_default.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ plan 110;
206206
#?niecza skip "is default NYI"
207207
# native types
208208
{
209+
#?rakudo.jvm todo "RT #126519"
209210
throws-like 'my int $a is default(42)',
210211
X::Comp::Trait::NotOnNative,
211212
type => 'is',
@@ -220,7 +221,7 @@ plan 110;
220221
type => 'is',
221222
subtype => 'default';
222223

223-
#?rakudo todo 'native int default(*) is NYI'
224+
#?rakudo.moar todo 'native int default(*) is NYI'
224225
lives-ok { EVAL 'my int $a is default(*)' },
225226
'the default(*) trait on natives';
226227
} #4

0 commit comments

Comments
 (0)