Skip to content

Commit d821762

Browse files
committed
Use existing ticket number
1 parent 2126474 commit d821762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S12-construction/new.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ is $o.y, 3, '... worked for the child';
1919
is $o.x, 2, '... worked for the parent';
2020

2121
# RT #76490
22-
#?rakudo 3 todo 'parent attributes in initialization RT #124643'
22+
#?rakudo 3 todo 'parent attributes in initialization RT #76490'
2323
#?niecza 3 todo
2424
lives_ok { $o = Child.new( :y(4), Parent{ :x<5> }) },
2525
'can instantiate class with explicit specification of parent attrib';
@@ -30,7 +30,7 @@ is $o.x, 5, '... worked for the parent';
3030
class GrandChild is Child {
3131
}
3232

33-
#?rakudo 6 todo 'parent attributes in initialization RT #124644'
33+
#?rakudo 6 todo 'parent attributes in initialization RT #76490'
3434
#?niecza 6 todo
3535
lives_ok { $o = GrandChild.new( Child{ :y(4) }, Parent{ :x<5> }) },
3636
'can instantiate class with explicit specification of parent attrib (many parents)';

0 commit comments

Comments
 (0)