diff options
author | dgp <dgp@users.sourceforge.net> | 2018-03-14 20:59:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-03-14 20:59:01 (GMT) |
commit | 6d4320b5fbe2afd973751c4b5de70a89e0d62214 (patch) | |
tree | 9f3370d3dee711774b5bd86a6a485895a2e703d2 /tests | |
parent | 73de582148b73bb111830c206bb3e6f566c21131 (diff) | |
download | tcl-6d4320b5fbe2afd973751c4b5de70a89e0d62214.zip tcl-6d4320b5fbe2afd973751c4b5de70a89e0d62214.tar.gz tcl-6d4320b5fbe2afd973751c4b5de70a89e0d62214.tar.bz2 |
A few test hygiene fixes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/oo.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/oo.test b/tests/oo.test index fbf75b6..024f890 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -1545,7 +1545,7 @@ test oo-11.6.1 { test oo-11.6.2 { OO: cleanup ReleaseClassContents() where class is mixed into one of its instances -} -body { +} -constraints memory -body { leaktest { interp create interp1 interp1 eval { @@ -1562,7 +1562,7 @@ test oo-11.6.2 { test oo-11.6.3 { OO: cleanup ReleaseClassContents() where class is mixed into one of its instances -} -body { +} -constraints memory -body { leaktest { interp create interp1 interp1 eval { @@ -2151,6 +2151,8 @@ test oo-15.13.1 { oo::copy Cls Cls2 ::dupens return done } -cleanup { + Cls destroy + Cls2 destroy } -result done test oo-15.13.2 {OO: object cloning with target NS} -setup { oo::class create Super |