summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-10-18 22:22:22 (GMT)
committerhobbs <hobbs>2001-10-18 22:22:22 (GMT)
commitc252ea591a03b59a33a16c48c3480cf61aa5ec2e (patch)
treea3f6723180485f4c2ab9c3f7bcdca5503ee51e2a
parenta36d14a86cf8de94e8d6c600ad5972f8dc5c4b6c (diff)
downloadtk-c252ea591a03b59a33a16c48c3480cf61aa5ec2e.zip
tk-c252ea591a03b59a33a16c48c3480cf61aa5ec2e.tar.gz
tk-c252ea591a03b59a33a16c48c3480cf61aa5ec2e.tar.bz2
removed threaded build warning under X
-rw-r--r--tests/defs.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/defs.tcl b/tests/defs.tcl
index bc5f1c2..2c2ca21 100644
--- a/tests/defs.tcl
+++ b/tests/defs.tcl
@@ -11,7 +11,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: defs.tcl,v 1.7 1999/12/14 06:53:12 hobbs Exp $
+# RCS: @(#) $Id: defs.tcl,v 1.7.2.1 2001/10/18 22:22:22 hobbs Exp $
# Initialize wish shell
@@ -96,7 +96,6 @@ namespace eval tcltest {
variable ::tcltest::mainThread 1
if {[info commands testthread] != {}} {
- puts "Tk with threads enabled is known to have problems with X"
set ::tcltest::mainThread [testthread names]
}
}