Skip to content

Commit

Permalink
Revert "Fudge unicode test in preparation for Unicode 13.1"
Browse files Browse the repository at this point in the history
This reverts commit d3acd86.
  • Loading branch information
samcv committed Nov 2, 2020
1 parent 42c4c1e commit c54193e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use lib 't/09-moar';
use UnipropCheck;
# Please edit UnipropCheck.pm6 to change todo settings!
sub MAIN (Str $folder?, Bool:D :$debug = False) {
done-testing;
exit 0;
my $*DEBUG = $debug;
my $name = $*PROGRAM.basename.subst(/".t"$/, "").trans("-" => "/");
my ($property, $filename, $answer-column) = $name.split('__');
Expand Down

0 comments on commit c54193e

Please sign in to comment.