Skip to content

Commit

Permalink
track new file name
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 2, 2020
1 parent ccc50f7 commit 7176cbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/09-moar/General_Category__UnicodeData__2.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test;
use lib 't/09-moar';
use UnipropCheck;
# Please edit UnipropCheck.pm6 to change todo settings!
# Please edit UnipropCheck.rakumod to change todo settings!
sub MAIN (Str $folder?, Bool:D :$debug = False) {
my $*DEBUG = $debug;
my $name = $*PROGRAM.basename.subst(/".t"$/, "").trans("-" => "/");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test;
use lib 't/09-moar';
use UnipropCheck;
# Please edit UnipropCheck.pm6 to change todo settings!
# Please edit UnipropCheck.rakumod to change todo settings!
sub MAIN (Str $folder?, Bool:D :$debug = False) {
my $*DEBUG = $debug;
my $name = $*PROGRAM.basename.subst(/".t"$/, "").trans("-" => "/");
Expand Down
2 changes: 1 addition & 1 deletion t/09-moar/Line_Break__LineBreak.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test;
use lib 't/09-moar';
use UnipropCheck;
# Please edit UnipropCheck.pm6 to change todo settings!
# Please edit UnipropCheck.rakumod to change todo settings!
sub MAIN (Str $folder?, Bool:D :$debug = False) {
my $*DEBUG = $debug;
my $name = $*PROGRAM.basename.subst(/".t"$/, "").trans("-" => "/");
Expand Down
2 changes: 1 addition & 1 deletion t/09-moar/NAME__UnicodeData.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test;
use lib 't/09-moar';
use UnipropCheck;
# Please edit UnipropCheck.pm6 to change todo settings!
# Please edit UnipropCheck.rakumod to change todo settings!
sub MAIN (Str $folder?, Bool:D :$debug = False) {
my $*DEBUG = $debug;
my $name = $*PROGRAM.basename.subst(/".t"$/, "").trans("-" => "/");
Expand Down

0 comments on commit 7176cbc

Please sign in to comment.