Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo that slipped in somehow.
  • Loading branch information
colomon committed Feb 26, 2012
1 parent 1e33805 commit 6728253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S09-subscript/slice.t
Expand Up @@ -69,7 +69,7 @@ plan 23;
#?pugs skip 'No such subroutine: "&Positional"'
{
my @array = <1 2 3>;
isa_ok @array, Array
isa_ok @array, Array;
ok @array[0..1] ~~ Positional;

ok @array[0..0] ~~ Positional, 'slice with one element is a list';
Expand Down

0 comments on commit 6728253

Please sign in to comment.