Index: tests/contains.test =================================================================== diff -u -r2ca66aec9ed16d36076d6b9c959642ee13d08647 -rbc85b3848186ff8269496f53c45255a11c556f53 --- tests/contains.test (.../contains.test) (revision 2ca66aec9ed16d36076d6b9c959642ee13d08647) +++ tests/contains.test (.../contains.test) (revision bc85b3848186ff8269496f53c45255a11c556f53) @@ -28,8 +28,8 @@ # Class create Tree { :attribute label - :attribute contains:method - :attribute foo:method + :attribute contains:alias + :attribute foo:alias :public method foo {arg} {set :x $arg} } set y [Tree new -foo hu]