diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-05-23 13:12:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-05-23 13:12:38 (GMT) |
commit | 18b4a3f8c3f6ba1af8983ba3143a77078650eb86 (patch) | |
tree | 1344d403d5ecac72e91633f8b075148a2a3cff79 /tests/constraints.tcl | |
parent | 47f808952dd2ca871d78ad1c4af0b2f78739afb0 (diff) | |
download | tk-18b4a3f8c3f6ba1af8983ba3143a77078650eb86.zip tk-18b4a3f8c3f6ba1af8983ba3143a77078650eb86.tar.gz tk-18b4a3f8c3f6ba1af8983ba3143a77078650eb86.tar.bz2 |
Make "send" (and "testsend") use the Tcl_Obj API.
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r-- | tests/constraints.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index e28b159..535d839 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -207,7 +207,6 @@ testConstraint testembed [llength [info commands testembed]] testConstraint testfont [llength [info commands testfont]] testConstraint testmakeexist [llength [info commands testmakeexist]] testConstraint testmenubar [llength [info commands testmenubar]] -testConstraint testmenubar [llength [info commands testmenubar]] testConstraint testmetrics [llength [info commands testmetrics]] testConstraint testobjconfig [llength [info commands testobjconfig]] testConstraint testsend [llength [info commands testsend]] |