Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove removed named parameter :no-precomp
  • Loading branch information
lizmat committed Aug 1, 2014
1 parent 31c3fd1 commit c0e28b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S10-packages/precompilation.t
Expand Up @@ -5,8 +5,7 @@ plan 1;
# RT #76456
{
my $cur = CompUnitRepo::Local::File.new("t/spec/packages");
my ($cu) = $cur.candidates('RT76456', :no-precomp);
my ($cu) = $cur.candidates('RT76456');
ok $cu.precomp(:force), 'precompiled a parameterized role';
unlink $cu.precomp-path if $cu.precomp-path.IO.e;
}

0 comments on commit c0e28b3

Please sign in to comment.