Skip to content

Commit

Permalink
Revert "slight improvement to output"
Browse files Browse the repository at this point in the history
This reverts commit 830d524.

the CI is using an old version of raku
  • Loading branch information
coke committed Nov 15, 2022
1 parent 76d4ca0 commit 552607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/search-categories.t
Expand Up @@ -42,7 +42,7 @@ if Test-Files.all-files {
skip "Can't check category usage when testing subset of files", 1;
}

sub test-ref ($ref) is test-assertion {
sub test-ref ($ref) {
my $contents = $ref<contents>.cache;
for $contents<> -> $item {
is $item.elems, 2, "Correct dimension (2) for a search anchor '$contents.Str()' $ref<file>";
Expand Down

0 comments on commit 552607a

Please sign in to comment.