Index: tests/destroy.test =================================================================== diff -u -r85ee1fdb043ed3f82fd272cc004c476c40861fdb -r12319faaf20df7116346558bd948b0edda9124eb --- tests/destroy.test (.../destroy.test) (revision 85ee1fdb043ed3f82fd272cc004c476c40861fdb) +++ tests/destroy.test (.../destroy.test) (revision 12319faaf20df7116346558bd948b0edda9124eb) @@ -701,7 +701,7 @@ ::nx::Object public method f1 args {next} ::nx::Object public method f2 args {next} - ::nx::Object filter {f1 f2} + ::nx::Object filter set {f1 f2} set x [nx::Class new { :volatile @@ -720,7 +720,7 @@ ? [list info command $x] $x "destroy via volatile method + 2 filters" - ::nx::Object filter "" + ::nx::Object filter set "" } nx::test case nested-ordered-composite {