Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
todo-fudge new test
  • Loading branch information
moritz committed Feb 26, 2015
1 parent 9c17759 commit b92460c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-signature/positional.t
Expand Up @@ -43,6 +43,7 @@ eval_dies_ok 'sub foo( @a, @a ) { }', 'two sub params with the same array name';
eval_dies_ok 'sub foo( %a, %a ) { }', 'two sub params with the same hash name';
eval_dies_ok 'sub foo( &a, &a ) { }', 'two sub params with the same callable name';
eval_dies_ok 'sub foo( \a, \a ) { }', 'two sub params with the same sigilles name';
#?rakudo todo 'Redeclaration of type captures'
eval_dies_ok 'sub foo( ::T, ::T) { }', 'two sub params with the same type capture name';

# vim: ft=perl6

0 comments on commit b92460c

Please sign in to comment.