diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-26 07:34:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-26 07:34:12 (GMT) |
commit | 3efbb66596ac4683c9f362a19e3e6c4bf979d2b5 (patch) | |
tree | c6f3e3f08f9157a7ba87f0512375bb0ce1a543bf /tests | |
parent | 3bf66eee9133ac628425b0b83043f65da1f6f8ac (diff) | |
download | tk-3efbb66596ac4683c9f362a19e3e6c4bf979d2b5.zip tk-3efbb66596ac4683c9f362a19e3e6c4bf979d2b5.tar.gz tk-3efbb66596ac4683c9f362a19e3e6c4bf979d2b5.tar.bz2 |
Remove use of/documentation regarding deprecated symbols/macro's, which moved to Tcl headers long ago.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bind.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bind.test b/tests/bind.test index 3abb615..96449d1 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -2682,7 +2682,7 @@ proc bgerror msg { global x errorInfo set x [list $msg $errorInfo] } -test bind-30.1 {Tk_BackgroundError procedure} { +test bind-30.1 {Tcl_BackgroundError procedure} { setup bind .b.f <Button> {error "This is a test"} set x none @@ -2694,7 +2694,7 @@ test bind-30.1 {Tk_BackgroundError procedure} { while executing "error "This is a test"" (command bound to event)}} -test bind-30.2 {Tk_BackgroundError procedure} { +test bind-30.2 {Tcl_BackgroundError procedure} { proc do {} { event gen .b.f <Button> event gen .b.f <ButtonRelease> |