Index: tests/info-method.tcl =================================================================== diff -u -r6a5c1dd452020683008429fc72f6897b494de15c -r39a142bba1228a228ab72054aa7a7bd64333db3c --- tests/info-method.tcl (.../info-method.tcl) (revision 6a5c1dd452020683008429fc72f6897b494de15c) +++ tests/info-method.tcl (.../info-method.tcl) (revision 39a142bba1228a228ab72054aa7a7bd64333db3c) @@ -102,7 +102,7 @@ ? {o attribute A} ::o::A ? {o forward fwd ::set} ::o::fwd - ? {lsort [o info methods]} "A f foo fwd is slot x" + ? {lsort [o info methods]} "A f foo fwd is x" ? {o mixin ""} "" }