diff options
author | hobbs <hobbs> | 1999-10-21 02:17:57 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-21 02:17:57 (GMT) |
commit | f8731757a44ea7d7862aca7eb78ef21303b70e63 (patch) | |
tree | 38491f28fb6d7efc3025d8d5385a48876d471092 /tests/thread.test | |
parent | 1ed0bec0caaa8524e4f1ced4e7c0718322ed44dc (diff) | |
download | tcl-f8731757a44ea7d7862aca7eb78ef21303b70e63.zip tcl-f8731757a44ea7d7862aca7eb78ef21303b70e63.tar.gz tcl-f8731757a44ea7d7862aca7eb78ef21303b70e63.tar.bz2 |
new test cases
Diffstat (limited to 'tests/thread.test')
-rw-r--r-- | tests/thread.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/thread.test b/tests/thread.test index 7e7033a..ae405e5 100644 --- a/tests/thread.test +++ b/tests/thread.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: thread.test,v 1.7 1999/07/01 17:36:19 jenn Exp $ +# RCS: @(#) $Id: thread.test,v 1.8 1999/10/21 02:17:58 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -233,15 +233,3 @@ test thread-4.5 {TclThreadSend preserve errorCode} {testthread} { # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - |