Index: tests/interceptor-slot.tcl =================================================================== diff -u -rf3cb5afe6aa1b6761b4a9909058f64ff7d64ab92 -re548a952433b4d26794f535995c9ed1ababe8807 --- tests/interceptor-slot.tcl (.../interceptor-slot.tcl) (revision f3cb5afe6aa1b6761b4a9909058f64ff7d64ab92) +++ tests/interceptor-slot.tcl (.../interceptor-slot.tcl) (revision e548a952433b4d26794f535995c9ed1ababe8807) @@ -9,7 +9,7 @@ Class create M2 Class create C -? {C info callable -which mixin} "::nx::Class forward mixin ::nx::Class::slot::mixin {%1 {get assign}} %self class-mixin" +? {C info callable method mixin} "::nsf::classes::nx::Class::mixin" C mixin M ? {C info precedence} "::nx::Class ::nx::Object" ? {C mixin} "::M"