Skip to content

Commit ac70806

Browse files
committed
avoid a name conflict
1 parent 60042a9 commit ac70806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S12-class/attributes.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ eval_dies_ok q[
136136
#?niecza skip '$b declared but not used. FIXME later.'
137137
{
138138
eval_lives_ok q{
139-
class A { state $b; }
139+
my class A { state $b; }
140140
}, "No segfault on state variables";
141141
}
142142
# vim: ft=perl6

0 commit comments

Comments
 (0)