Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 7, 2014
1 parent 5be8db2 commit ec8b16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S10-packages/precompilation.t
Expand Up @@ -57,7 +57,7 @@ unlink $_ for @precomp-paths;

#RT #115240
{
my $module-name = 'RT11520';
my $module-name = 'RT115240';
my $output-path = "t/spec/packages/" ~ $module-name ~ '.pm.' ~ $*VM.precomp-ext;
unlink $output-path if $output-path.IO.e;
is_run 'role Foo [ ] { }; role Bar does Foo[] { }', { err => '', out => '', status => 0 }, :compiler-args['--target', $*VM.precomp-target, '--output', $output-path ], "precomp curried role compose";
Expand Down

0 comments on commit ec8b16f

Please sign in to comment.