Index: tests/destroy.test =================================================================== diff -u -r4454585cc13933eceea7815732a3d889e47a0f97 -r3b474e35616c02dbca08b877963c1f5b5adfcd1f --- tests/destroy.test (.../destroy.test) (revision 4454585cc13933eceea7815732a3d889e47a0f97) +++ tests/destroy.test (.../destroy.test) (revision 3b474e35616c02dbca08b877963c1f5b5adfcd1f) @@ -643,6 +643,15 @@ ? [list info command $x] "" "destroy via volatile" + # set x [nx::Class new -volatile { + # :public method bar {} {return 1} + # :public method baz {} {return 2} + # :new { :volatile; :bar; :baz } + # }] + + # ? [list info command $x] "" "destroy via volatile method" + + } #puts stderr "==== EXIT ===="