Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
two small unfudges for assign.t
  • Loading branch information
moritz committed Jul 12, 2011
1 parent 4349e24 commit 3bcc2c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-operators/assign.t
Expand Up @@ -581,7 +581,6 @@ sub l () { 1, 2 };
}
}

#?rakudo skip 'Autovivify full qualified name'
{
my @z = ($Foo::c = l, l);
is($Foo::c.elems, 2, 'lhs treats $Foo::c as scalar (1)');
Expand Down Expand Up @@ -704,7 +703,6 @@ sub l () { 1, 2 };
}


#?rakudo skip 'segfault'
{
my @a;
my @b = (0,0);
Expand Down

0 comments on commit 3bcc2c8

Please sign in to comment.