Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge now passing test
  • Loading branch information
lizmat committed Jun 28, 2015
1 parent 9a4daf7 commit 85c3253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-signature/multi-invocant.t
Expand Up @@ -66,7 +66,7 @@ plan 25;
sub none(;; $a) { }
my @params = &none.signature.params;
is +@params, 1, 'one non-multi positional';
#?rakudo todo 'seems we cannot handle no multi-invocant case anymore'
# RT #125502
nok @params[0].multi-invocant, 'is positional *not* a multi-invocant';
} #2

Expand Down

0 comments on commit 85c3253

Please sign in to comment.