Index: tests/methods.test =================================================================== diff -u -rc90b4fbe1aca2a6bcff6205d001f6ed83db51a90 -rd4bf05d3f89dd055bb5c86cb7f3f82ca2321473c --- tests/methods.test (.../methods.test) (revision c90b4fbe1aca2a6bcff6205d001f6ed83db51a90) +++ tests/methods.test (.../methods.test) (revision d4bf05d3f89dd055bb5c86cb7f3f82ca2321473c) @@ -235,8 +235,8 @@ ? {lsort [C object mixin get]} "::M2 ::M4" ? {lsort [C mixin get]} "::M1 ::M3" - ? {lsort [C object mixin]} "::M2 ::M4" - ? {lsort [C mixin]} "::M1 ::M3" + ? {lsort [C object mixin]} {wrong # args: use "::C mixin assign|get"} ;# TODO: should be "C object mixin ..." + ? {lsort [C mixin]} {wrong # args: use "::C mixin assign|get"} ? {catch {C mixin M5} errorMsg} 1 ? {lsort [C info mixin classes]} "::M1 ::M3"