Skip to content

Commit

Permalink
Add oo-1.18.2 to knownBug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Nov 6, 2024
1 parent 3148821 commit f5bee45
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 @@ -306,7 +306,7 @@ test oo-1.18.1 {no memory leak: superclass} -setup {
} -result 0
test oo-1.18.2 {Bug 75b8433707: memory leak in oo-1.18} -setup {
proc test-oo-1.18 {} return
} -constraints memory -body {
} -constraints {memory knownBug} -body {
leaktest {
oo::class create A
oo::class create B {superclass A}
Expand Down

0 comments on commit f5bee45

Please sign in to comment.