summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2009-11-19 21:17:35 (GMT)
committernijtmans <nijtmans@noemail.net>2009-11-19 21:17:35 (GMT)
commit55a17bf02365719a724e55c42fd73c5bd6eceb8b (patch)
tree17c64145a2321c7f3db5dff18b0042d1a861aa75 /generic/tclTest.c
parentb08f1a28477332dcc25f23b82cc324bc15de98ce (diff)
downloadtcl-55a17bf02365719a724e55c42fd73c5bd6eceb8b.zip
tcl-55a17bf02365719a724e55c42fd73c5bd6eceb8b.tar.gz
tcl-55a17bf02365719a724e55c42fd73c5bd6eceb8b.tar.bz2
Test-case for fixed [Bug 2849797]
Fix safe-10.1 and safe-10.4 test cases, making the wrong assumption that Tcltest should be a static package. FossilOrigin-Name: a1f10986608de4cd38028374e1936207c6142206
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index ca0d507..4e739db 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -14,13 +14,12 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTest.c,v 1.139 2009/11/18 23:46:05 nijtmans Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.140 2009/11/19 21:17:36 nijtmans Exp $
*/
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS
#endif
-#define TCL_TEST
#include "tclInt.h"
/*
@@ -153,7 +152,6 @@ static TestChannel *firstDetached;
* Forward declarations for procedures defined later in this file:
*/
-int Tcltest_Init(Tcl_Interp *interp);
static int AsyncHandlerProc(ClientData clientData,
Tcl_Interp *interp, int code);
#ifdef TCL_THREADS