diff options
author | hobbs <hobbs> | 2001-10-19 17:43:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-19 17:43:35 (GMT) |
commit | 87dd0a8f724902015bfda64b383800ab8781429a (patch) | |
tree | 41376abe117105185c5a48f8b0b2402a7f3775e5 /tests | |
parent | b161502be2acfffb1883b32271462e500c832d5c (diff) | |
download | tk-87dd0a8f724902015bfda64b383800ab8781429a.zip tk-87dd0a8f724902015bfda64b383800ab8781429a.tar.gz tk-87dd0a8f724902015bfda64b383800ab8781429a.tar.bz2 |
removed threaded build warning under X
Diffstat (limited to 'tests')
-rw-r--r-- | tests/defs.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/defs.tcl b/tests/defs.tcl index bc5f1c2..3c79557 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.8 2001/10/19 17:43:35 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] } } |