Index: tests/class-method.test =================================================================== diff -u -r0e4ebdb092c8158987489b5c26cf11526b2756f5 -r2f793442bb2a7860acc5620811dcafddc43074d3 --- tests/class-method.test (.../class-method.test) (revision 0e4ebdb092c8158987489b5c26cf11526b2756f5) +++ tests/class-method.test (.../class-method.test) (revision 2f793442bb2a7860acc5620811dcafddc43074d3) @@ -17,7 +17,7 @@ ? {lsort [::C info object methods]} "f" ? {lsort [::C info]} \ - "valid submethods of ::C info: children class configure filter has heritage info instances lookup method methods mixin mixinof name object parent precedence slots subclass superclass variable variables vars" + "valid submethods of ::C info: children class filter has heritage info instances lookup method methods mixin mixinof name object parent precedence slots subclass superclass variable variables vars" } # @@ -76,7 +76,7 @@ ? {lsort [::C info object methods]} "a f foo fwd p v2" ? {lsort [::C info]} \ - "valid submethods of ::C info: children class configure filter has heritage info instances lookup method methods mixin mixinof name object parent precedence slots subclass superclass variable variables vars" + "valid submethods of ::C info: children class filter has heritage info instances lookup method methods mixin mixinof name object parent precedence slots subclass superclass variable variables vars" } #