Skip to content

Commit

Permalink
unfudge a few autovivification tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 1, 2012
1 parent fcd46f4 commit b1c5468
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S09-autovivification/autovivification.t
Expand Up @@ -31,7 +31,6 @@ plan 42;
# Autovification by push, unshift, etc.
# XXX I understand that @array[0].push(...) should autovivify an Array
# in @array[0], but is that also true for a normal scalar?
#?rakudo skip 'autoviv with push/unshift'
#?niecza skip 'Unable to resolve method push in class Any'
{
my $arrayref;
Expand All @@ -41,7 +40,6 @@ plan 42;
isa_ok $arrayref, Array, 'autovivified to Array';
}

#?rakudo skip 'autoviv with push/unshift'
#?niecza skip 'Unable to resolve method unshift in class Any'
{
my $arrayref;
Expand All @@ -52,7 +50,6 @@ plan 42;

# Autovification by push, unshift, etc. of an array/hash element
# L<S09/Autovivification/"push, unshift, .[]">
#?rakudo skip 'autoviv with push/unshift'
#?niecza skip 'Unable to resolve method push in class Any'
{
my @array;
Expand Down

0 comments on commit b1c5468

Please sign in to comment.