Skip to content

Commit d08ab51

Browse files
committed
Unfudge tests for RT #113884.
1 parent 73db4fc commit d08ab51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S05-metasyntax/longest-alternative.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ my $str = 'a' x 7;
439439

440440
# RT #113884
441441
{
442-
#?rakudo todo "RT #113884 - constant variables not counted in LTM yet"
443442
constant $x = 'ab';
444443
is ~('ab' ~~ / a | b | $x /), 'ab', 'got longest alternative with constant';
445444

0 commit comments

Comments
 (0)