Skip to content

Commit

Permalink
s/$*PERL/$*RAKU/
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 17, 2021
1 parent 5e1c97b commit 4f61a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-rakudo/reproducible-builds.t
Expand Up @@ -19,7 +19,7 @@ my $store = CompUnit::PrecompilationStore::File.new(
my $precompilation-repository = CompUnit::PrecompilationRepository::Default.new(:$store);
my @checksums;
my @units;
my $compiler-id = CompUnit::PrecompilationId.new-without-check($*PERL.compiler.id);
my $compiler-id = CompUnit::PrecompilationId.new-without-check($*RAKU.compiler.id);
my constant $id = CompUnit::PrecompilationId.new-without-check('6B7A1AECF02807F30DDAD99C02C34440CA036AF6');
for ^2 -> $run {
$precompilation-repository.precompile(
Expand Down

0 comments on commit 4f61a10

Please sign in to comment.