Skip to content

Commit

Permalink
Unfudge tests for RT #125110.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 29, 2015
1 parent 7d42dff commit 5277d28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-names-vars/perl.t
Expand Up @@ -187,8 +187,6 @@ my @tests = (
is $ch, 100.chr, ".perl on latin character";
$ch = '';

#?rakudo.moar 2 todo 'RT #125110'

lives-ok { $ch = EVAL 780.chr.perl }, '780.chr.perl - lives';
is $ch, 780.chr, ".perl on composing character";
}
Expand Down

0 comments on commit 5277d28

Please sign in to comment.