Index: tests/destroy.test =================================================================== diff -u -rede10bf0265c3943458771665317aa0c12971900 -re884c2b0d63fa1b5a691e866ccff8d4094a2a8e4 --- tests/destroy.test (.../destroy.test) (revision ede10bf0265c3943458771665317aa0c12971900) +++ tests/destroy.test (.../destroy.test) (revision e884c2b0d63fa1b5a691e866ccff8d4094a2a8e4) @@ -798,12 +798,12 @@ # The following tests the deletion order triggering implict # deletions. This caused a crash in nsf 2.0b2. # - package req nx::serializer nx::Test case class-object-property { + Class create C { - :class property x + :class property -accessor public x :property a:int }