Skip to content

Commit

Permalink
Fudge failing test for RT 123498
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 25, 2014
1 parent 4c48e78 commit 0367948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-currying/named.t
Expand Up @@ -20,6 +20,7 @@ sub tester(:$a, :$b, :$c) {
is $w(a => 'x', c => 'd'), 'ax bb cd', '... and the old one still works';
}

#?rakudo.moar todo 'RT 123498'
dies_ok { sub {}.assuming(named => True)() },
'cannot assume unknown named params';

Expand Down

0 comments on commit 0367948

Please sign in to comment.