Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove superfluous curly braces
  • Loading branch information
usev6 committed May 6, 2015
1 parent 62f8f60 commit 25f28b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-types/array-shapes.t
Expand Up @@ -12,7 +12,6 @@ plan 25;
}

#?rakudo skip 'array shapes NYI RT #124502'
{
{
my @arr[7] = <a b c d e f g>;
is(@arr, [<a b c d e f g>], 'my @arr[num] can hold num things');
Expand All @@ -25,7 +24,6 @@ plan 25;
}

#?rakudo skip 'array shapes NYI RT #124502'
{
{
lives_ok { my @arr\ [7]},
'array with fixed size with unspace');
Expand Down

0 comments on commit 25f28b6

Please sign in to comment.