Index: tests/aliastest.tcl =================================================================== diff -u -re548a952433b4d26794f535995c9ed1ababe8807 -r27e11788125901ff468955117d165f70d3871ce0 --- tests/aliastest.tcl (.../aliastest.tcl) (revision e548a952433b4d26794f535995c9ed1ababe8807) +++ tests/aliastest.tcl (.../aliastest.tcl) (revision 27e11788125901ff468955117d165f70d3871ce0) @@ -230,8 +230,8 @@ namespace delete ::U ? {namespace exists ::U} 0 ? {lsort [U object info methods]} {} - ? {U info callable methods BAR} "" - ? {U info callable methods ZAP} "" + ? {U info lookup methods BAR} "" + ? {U info lookup methods ZAP} "" ::U destroy }