Skip to content

Commit ec8b16f

Browse files
committed
typo
1 parent 5be8db2 commit ec8b16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S10-packages/precompilation.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ unlink $_ for @precomp-paths;
5757

5858
#RT #115240
5959
{
60-
my $module-name = 'RT11520';
60+
my $module-name = 'RT115240';
6161
my $output-path = "t/spec/packages/" ~ $module-name ~ '.pm.' ~ $*VM.precomp-ext;
6262
unlink $output-path if $output-path.IO.e;
6363
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";

0 commit comments

Comments
 (0)