Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid a name conflict
  • Loading branch information
moritz committed Nov 19, 2012
1 parent 60042a9 commit ac70806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-class/attributes.t
Expand Up @@ -136,7 +136,7 @@ eval_dies_ok q[
#?niecza skip '$b declared but not used. FIXME later.'
{
eval_lives_ok q{
class A { state $b; }
my class A { state $b; }
}, "No segfault on state variables";
}
# vim: ft=perl6

0 comments on commit ac70806

Please sign in to comment.