Skip to content

Commit f7a382d

Browse files
committed
Fudges for S14
1 parent d20b0d2 commit f7a382d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S14-roles/parameterized-mixin.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ok $d.HOW.does($d, InitialAttribBoth),
9696
".HOW.does gives correct information (4-1)";
9797
ok $d.^does(InitialAttribBoth),
9898
".^does gives correct information (4-1)";
99-
#?rakudo 4 skip '.does with parametric roles'
99+
#?rakudo 4 todo '.does with parametric roles'
100100
# Are these really right? Trying to supply one parameter to a role that
101101
# needs two? Even if the second doesn't participate in the multi dispatch,
102102
# it still exists as a role parameter that needs supplying. Maybe we do

0 commit comments

Comments
 (0)