Skip to content

Commit fa97aa9

Browse files
committed
Unfudge tests for native attribute binding on JVM
1 parent 8ff3ab7 commit fa97aa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S12-methods/attribute-params.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ throws-like 'sub optimal($.x) { }', X::Syntax::NoSelf, variable => '$.x';
4242
throws-like 'sub optimal($!x) { }', X::Syntax::NoSelf, variable => '$!x';
4343

4444
# RT #129278
45-
#?rakudo.jvm skip 'RT #129278 BadReferenceRuntimeException: Cannot access a native attribute as a reference attribute'
4645
#?DOES 2
4746
{
4847
my class C {
@@ -60,7 +59,6 @@ throws-like 'sub optimal($!x) { }', X::Syntax::NoSelf, variable => '$!x';
6059
is $o.yi, 42, 'Can use attributive binding on a native attribute (int, positional)';
6160
is $o.yn, 1.5e0, 'Can use attributive binding on a native attribute (num, positional)';
6261
}
63-
#?rakudo.jvm skip 'RT #129278 BadReferenceRuntimeException: Cannot access a native attribute as a reference attribute'
6462
#?DOES 2
6563
{
6664
my class C {

0 commit comments

Comments
 (0)