Index: tests/methods.test =================================================================== diff -u -r24c2302b26cc3d8e608103a269ab3c82392501ff -r018ee9860385ff2c828bc42b08b121f1a7e53f2f --- tests/methods.test (.../methods.test) (revision 24c2302b26cc3d8e608103a269ab3c82392501ff) +++ tests/methods.test (.../methods.test) (revision 018ee9860385ff2c828bc42b08b121f1a7e53f2f) @@ -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 object mixin add|clear|delete|get|guard|set"} - ? {lsort [C mixin]} {wrong # args: use "::C mixin add|clear|delete|get|guard|set"} + ## ? {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 ? {lsort [C info mixin classes]} "::M1 ::M3"