summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-11-19 21:17:36 (GMT)
committernijtmans <nijtmans>2009-11-19 21:17:36 (GMT)
commitc3dd2f9e5e9f1314e6d25b1a1f20cfee81581baa (patch)
tree17c64145a2321c7f3db5dff18b0042d1a861aa75 /generic/tclTestObj.c
parent8b815c9a6dba428072af77f3736a3383a2b1866b (diff)
downloadtcl-c3dd2f9e5e9f1314e6d25b1a1f20cfee81581baa.zip
tcl-c3dd2f9e5e9f1314e6d25b1a1f20cfee81581baa.tar.gz
tcl-c3dd2f9e5e9f1314e6d25b1a1f20cfee81581baa.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.
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r--generic/tclTestObj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c
index 43a64cd..ec7b83b 100644
--- a/generic/tclTestObj.c
+++ b/generic/tclTestObj.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTestObj.c,v 1.35 2009/11/18 23:46:05 nijtmans Exp $
+ * RCS: @(#) $Id: tclTestObj.c,v 1.36 2009/11/19 21:17:36 nijtmans Exp $
*/
#ifndef USE_TCL_STUBS
@@ -39,7 +39,6 @@ static int CheckIfVarUnset(Tcl_Interp *interp, int varIndex);
static int GetVariableIndex(Tcl_Interp *interp,
const char *string, int *indexPtr);
static void SetVarToObj(int varIndex, Tcl_Obj *objPtr);
-int TclObjTest_Init(Tcl_Interp *interp);
static int TestbignumobjCmd(ClientData dummy, Tcl_Interp *interp,
int objc, Tcl_Obj *const objv[]);
static int TestbooleanobjCmd(ClientData dummy,