Skip to content

Commit bf697de

Browse files
committed
unfudge now-passing test
1 parent 951c24e commit bf697de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S06-signature/positional.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ eval_dies_ok 'sub foo( @a, @a ) { }', 'two sub params with the same array name';
4343
eval_dies_ok 'sub foo( %a, %a ) { }', 'two sub params with the same hash name';
4444
eval_dies_ok 'sub foo( &a, &a ) { }', 'two sub params with the same callable name';
4545
eval_dies_ok 'sub foo( \a, \a ) { }', 'two sub params with the same sigilles name';
46-
#?rakudo todo 'Redeclaration of type captures'
4746
eval_dies_ok 'sub foo( ::T, ::T) { }', 'two sub params with the same type capture name';
4847

4948
# vim: ft=perl6

0 commit comments

Comments
 (0)