diff options
Diffstat (limited to 'tests/oo.test')
-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 |