Skip to content

Commit

Permalink
Un-TODO a passing test
Browse files Browse the repository at this point in the history
Version-alike lexicals are not treated as version constants anymore by
Rakudo.
  • Loading branch information
vrurg committed Aug 25, 2022
1 parent 159e3c7 commit d965e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-declarations/my-6c.t
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ eval-lives-ok 'multi f(@a) { }; multi f(*@a) { }; f(my @a = (1, 2, 3))',
}

# https://github.com/rakudo/rakudo/issues/3919
#?rakudo todo "not yet fixed"
{
my \v1 = 42;
is v1, 42, "lexical version-like symbol is not treated as a version constant";
Expand Down

0 comments on commit d965e0d

Please sign in to comment.