Skip to content

Commit

Permalink
Add oo-1.22 to knownBugs too
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Nov 10, 2024
1 parent f5bee45 commit a4753e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oo.test
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ test oo-1.21 {basic test of OO functionality: default relations} -setup {
} -result {{} {::oo::Slot ::oo::abstract ::oo::class ::oo::configurable ::oo::configuresupport::configurable ::oo::object ::oo::singleton} {::oo::configuresupport::objreadableproperties ::oo::configuresupport::objwritableproperties ::oo::configuresupport::readableproperties ::oo::configuresupport::writableproperties ::oo::define::filter ::oo::define::mixin ::oo::define::superclass ::oo::define::variable ::oo::objdefine::filter ::oo::objdefine::mixin ::oo::objdefine::variable} {::oo::Slot ::oo::class ::oo::configuresupport::configurable} {::oo::abstract ::oo::configurable ::oo::singleton} {} {} {} {} {} ::oo::object ::oo::object ::oo::class ::oo::class ::oo::class}
test oo-1.22 {basic test of OO functionality: nested ownership destruction order} -setup {
oo::class create parent
} -body {
} -constraints knownBug -body {
oo::class create abc {
superclass parent
variable n
Expand Down

0 comments on commit a4753e1

Please sign in to comment.