Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use standard "NYI"
  • Loading branch information
coke committed Jul 25, 2014
1 parent 5579f8c commit 4aab931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-types/compact.t
Expand Up @@ -20,7 +20,7 @@ plan 10;
);
}

#?rakudo skip "No such method cat for List"
#?rakudo skip "cat NYI"
# buffer acting as a compact array
{
my buf8 $buffer = ('A' .. 'Z').map({sprintf('%08d', .ord)}).cat;
Expand All @@ -33,7 +33,7 @@ plan 10;
);
}

#?rakudo skip "No such method cat for List"
#?rakudo skip "cat NYI"
# L<S09/Compact arrays/The size of any buffer type in bytes may be found with the .bytes method>
{
my buf8 $buf8 = ('A' .. 'Z').map({sprintf('%08d', .ord)}).cat;
Expand Down

0 comments on commit 4aab931

Please sign in to comment.