summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-14 13:16:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-14 13:16:07 (GMT)
commitbd8399cf17d55a139fd232510efde323a4d7218e (patch)
treeacd17bea2c076252d97246784df040158767c638 /tests
parent84fe8f7fd6f336da5818c65b4fd653fd6fddf847 (diff)
parent57cdbb1b09c712d6381bb80eda7f88fbbc0d3ca1 (diff)
downloadtk-bd8399cf17d55a139fd232510efde323a4d7218e.zip
tk-bd8399cf17d55a139fd232510efde323a4d7218e.tar.gz
tk-bd8399cf17d55a139fd232510efde323a4d7218e.tar.bz2
Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()
Diffstat (limited to 'tests')
-rw-r--r--tests/config.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.test b/tests/config.test
index 4430000..a0c1921 100644
--- a/tests/config.test
+++ b/tests/config.test
@@ -134,7 +134,7 @@ test config-2.1 {Tk_DeleteOptionTable - reference counts} -constraints {
lappend x [testobjconfig info chain2] [testobjconfig info chain1]
} -cleanup {
killTables
-} -result {{1 4 -three 2 2 -one} {2 2 -one} {} {1 2 -one}}
+} -result {{3 4 -three 2 2 -one} {2 2 -one} {} {2 2 -one}}
# No tests for DestroyOptionHashTable; couldn't figure out how to test.