Skip to content

Commit

Permalink
Added test for RT #114234
Browse files Browse the repository at this point in the history
  • Loading branch information
s-h-r-i committed Nov 15, 2012
1 parent 1ef7dda commit d0b57ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions S12-class/attributes.t
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,11 @@ eval_dies_ok q[
"HOW on attributes lives, builtin";
}

#RT #114234
#?niecza skip "$b declared but not used. FIXME later."
{
eval_lives_ok q{
class A { state $b; }
}, "No segfault on state variables";
}
# vim: ft=perl6

0 comments on commit d0b57ce

Please sign in to comment.