Index: tests/protected.test =================================================================== diff -u -N -r563d2de98a63e09432eb9b0840434ea5e9b20052 -rb57f4b6701eadc6f177da91291638d26da3322ba --- tests/protected.test (.../protected.test) (revision 563d2de98a63e09432eb9b0840434ea5e9b20052) +++ tests/protected.test (.../protected.test) (revision b57f4b6701eadc6f177da91291638d26da3322ba) @@ -214,7 +214,8 @@ ? {c1 foo} "c1.baz" # - # define a mixin class which shadows "bar" and "baz" + # Define a mixin class which shadows "bar" and "baz". The behavior + # of the object-methods with its private methods is not affected. # nx::Class create M { :public method bar {} {return "M.bar [next]"}