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