Skip to content

Commit 11973c5

Browse files
committed
Check Language/ for return types too
1 parent 4d74a9b commit 11973c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/return-type.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use lib 'lib';
55
my @files;
66

77
# Every .pod6 file in the Type directory.
8-
@files = qx<git ls-files>.lines.grep(* ~~ /'.pod6'/).grep(* ~~ /Type/);
8+
@files = qx<git ls-files>.lines.grep(* ~~ /'.pod6'/).grep(* ~~ /Type | Language/);
99

1010
plan +@files;
1111

0 commit comments

Comments
 (0)