Skip to content

Commit

Permalink
Merge pull request #4055 from stoned/test-times-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lizmat committed Nov 22, 2020
2 parents 96285af + d84ed4e commit 551b679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test.rakumod
Expand Up @@ -5,7 +5,7 @@ unit module Test;

# settable from outside
my int $raku_test_times =
?(%*ENV<RAKU_TEST_TIME> // %*ENV<PERL6_TEST_TIMES>);
?(%*ENV<RAKU_TEST_TIMES> // %*ENV<PERL6_TEST_TIMES>);
my int $die_on_fail =
?(%*ENV<RAKU_TEST_DIE_ON_FAIL> // %*ENV<PERL6_TEST_DIE_ON_FAIL>);

Expand Down

0 comments on commit 551b679

Please sign in to comment.