Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused sub from test file.
  • Loading branch information
skids committed Jul 27, 2015
1 parent e4b422f commit f30dec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S06-currying/named.t
Expand Up @@ -10,7 +10,6 @@ plan 27;
sub tester(:$a, :$b, :$c) {
"a$a b$b c$c";
}
my &tester2 = &tester.assuming(&tester, :b<b>);

# RT #125207
{
Expand Down

0 comments on commit f30dec1

Please sign in to comment.