Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GLRify S32-array/push.t
  • Loading branch information
niner committed Aug 28, 2015
1 parent 869e1a9 commit 7e4a1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-array/push.t
Expand Up @@ -135,7 +135,7 @@ plan 52;
# nested arrayref
{
my @push = ();
push @push, [ 21 ... 25 ];
push @push, $[ 21 ... 25 ];

is(@push.elems, 1, 'nested arrayref, array length is 1');
is(@push[0].elems, 5, 'nested arrayref, arrayref length is 5');
Expand Down

0 comments on commit 7e4a1c0

Please sign in to comment.