diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-12 09:31:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-12 09:31:22 (GMT) |
commit | 7ed586b080115e8bfdbe926e6d03f23637592bed (patch) | |
tree | b75464ed151309d6dabde4bd74411d985c7e81fc /tests | |
parent | 1cb534fcd6867c00fcd0b7e2a3f9537a825f820e (diff) | |
download | tcl-7ed586b080115e8bfdbe926e6d03f23637592bed.zip tcl-7ed586b080115e8bfdbe926e6d03f23637592bed.tar.gz tcl-7ed586b080115e8bfdbe926e6d03f23637592bed.tar.bz2 |
use "int fd" for file descriptors, like everywhere else in the code. Mark some parameters as unused
Diffstat (limited to 'tests')
-rw-r--r-- | tests/oo.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test index 41520a7..594b2cf 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -4427,7 +4427,7 @@ test oo-35.7.3 {Bug 7842f33a5c: destructor cascading in stereotypes} -setup { } -body { # In this case, sub-objects are deleted while the destructor is running and # the destroy is neat, so things work sanely. Error follows standard Tcl - # error flow route; bgerror is not used. + # error flow route; bgerror is not used. bgerrorIntercept ::result { set FH [RpcClient new] $FH create_bug |