Skip to content

Commit

Permalink
[t/spec] forgot to declare variable; fudged for rakudo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@25919 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Mar 19, 2009
1 parent d28cbc3 commit 466c0bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S03-operators/autovivification.t
Expand Up @@ -118,7 +118,9 @@ plan 22;
is (%h<foo> *= 23), 23, '*= autovivifies with correct neutral element (without proto on hash items)';
}

#?rakudo skip 'smartmatching non-existing array element'
{
my @empty;
is +@empty, 0, 'Sanity: empty array, @empty, has 0 elements';

my $before = @empty.perl;
Expand Down

0 comments on commit 466c0bf

Please sign in to comment.