Skip to content

Commit

Permalink
Move chaining test to xt because of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 13, 2024
1 parent d31367d commit ce8d8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/51-chaining.rakutest → xt/01-chaining.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ is-Para($seq6, 'grep(expandtab)');

my @result := $seq6.List;
isa-ok @result.are, Pair, 'All pairs';
is @result.elems, 53, 'Did we get all the expected results';
is @result.elems, 50, 'Did we get all the expected results';

#for $seq1, $seq2, $seq3, $seq4, $seq5, $seq6 -> $seq is raw {
# say $seq.VAR.name;
Expand Down

0 comments on commit ce8d8c9

Please sign in to comment.