Index: tests/object-system.xotcl =================================================================== diff -u -r7cb7c751d63fe0eece5756910e3f0b18e61a4d16 -r8d4f0d69f9586bdafbffa45b0368b84b86169bca --- tests/object-system.xotcl (.../object-system.xotcl) (revision 7cb7c751d63fe0eece5756910e3f0b18e61a4d16) +++ tests/object-system.xotcl (.../object-system.xotcl) (revision 8d4f0d69f9586bdafbffa45b0368b84b86169bca) @@ -68,7 +68,6 @@ # destroy meta-class M, reclass meta-class instances to the base meta-class M destroy ? {Object isobject C} 1 -puts stderr XXX ? {C isclass} 1 ? {C ismetaclass} 0 ? {C info superclass} ::xotcl::Object