Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests for RT #113884.
  • Loading branch information
jnthn committed Sep 24, 2015
1 parent 73db4fc commit d08ab51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-metasyntax/longest-alternative.t
Expand Up @@ -439,7 +439,6 @@ my $str = 'a' x 7;

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

Expand Down

0 comments on commit d08ab51

Please sign in to comment.