Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge autovivification.t for niecza a bit more
  • Loading branch information
sorear committed Feb 18, 2011
1 parent c8e9e01 commit ae2a2d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions S02-builtin_data_types/autovivification.t
Expand Up @@ -21,7 +21,6 @@ plan 7;

# L<S09/Autovivification/But these bindings do autovivify:>
#?rakudo skip 'get_pmc_keyed() not implemented in class Undef'
#?niecza skip 'is readonly syntax'
{
my %a;
bar(%a<b><c>);
Expand All @@ -36,7 +35,7 @@ plan 7;
}

#?rakudo skip 'prefix:<\\>'
#?niecza skip 'prefix:<\\>'
#?niecza skip 'disagree; captures should be context neutral'
{
my %a;
my $b = \%a<b><c>;
Expand All @@ -63,7 +62,6 @@ sub foo ($baz is rw) { #OK not used
}

# readonly signature, should it autovivify?
#?niecza emit #
sub bar ($baz is readonly) { } #OK not used

# vim: ft=perl6

0 comments on commit ae2a2d8

Please sign in to comment.