Index: tests/methods.test =================================================================== diff -u -rae7d7d03bf76d21dd52d45181c3ab310e51845ec -r24c2302b26cc3d8e608103a269ab3c82392501ff --- tests/methods.test (.../methods.test) (revision ae7d7d03bf76d21dd52d45181c3ab310e51845ec) +++ tests/methods.test (.../methods.test) (revision 24c2302b26cc3d8e608103a269ab3c82392501ff) @@ -235,7 +235,7 @@ ? {lsort [C object mixin get]} "::M2 ::M4" ? {lsort [C mixin get]} "::M1 ::M3" - ? {lsort [C object mixin]} {wrong # args: use "::C mixin add|clear|delete|get|guard|set"} ;# TODO: should be "C object mixin ..." + ? {lsort [C object mixin]} {wrong # args: use "::C object mixin add|clear|delete|get|guard|set"} ? {lsort [C mixin]} {wrong # args: use "::C mixin add|clear|delete|get|guard|set"} ? {catch {C mixin M5} errorMsg} 1