Skip to content

Commit

Permalink
Stringify language revision
Browse files Browse the repository at this point in the history
This doesn't affect older compilers but makes the spectesting happy with
rakudo/rakudo#5157
  • Loading branch information
vrurg committed Jan 23, 2023
1 parent d413f43 commit af3c839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S14-roles/versioning.t
Expand Up @@ -37,7 +37,7 @@ subtest "Basic role language revision", {
subtest "Multi-module and multi-version", {
plan 3;
use Ver6e;
is-deeply VerRole.^candidates.map( *.^language-revision ), <c e>,
is-deeply VerRole.^candidates.map( ~ *.^language-revision ), <c e>,
"role candidates are coming from different language revisions";
is VerRole.new.^language-revision, 'c', "pun of role defined in 6.c remains 6.c";
is VerRole[Str].new.^language-revision, 'e', "pun of role defined in 6.e remains 6.e";
Expand Down

0 comments on commit af3c839

Please sign in to comment.