diff options
Diffstat (limited to 'tests/bind.test')
-rw-r--r-- | tests/bind.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/bind.test b/tests/bind.test index 9117204..b9f2200 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: bind.test,v 1.13 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: bind.test,v 1.14 2004/06/17 22:38:56 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -214,8 +214,6 @@ test bind-5.1 {Tk_CreateBindingTable procedure} { .b.c bind foo } {} -testConstraint testcbind [llength [info commands testcbind]] - test bind-6.1 {Tk_DeleteBindTable procedure} { catch {destroy .b.c} canvas .b.c |