diff options
author | nijtmans <nijtmans> | 2009-11-19 21:17:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-19 21:17:36 (GMT) |
commit | 1aaac758c94c12834f8bf77eadc30e212bc186f4 (patch) | |
tree | 17c64145a2321c7f3db5dff18b0042d1a861aa75 /generic/tclTestObj.c | |
parent | 9d243a7d2ffa0988a6dc1316cecf69e776b75bae (diff) | |
download | tcl-1aaac758c94c12834f8bf77eadc30e212bc186f4.zip tcl-1aaac758c94c12834f8bf77eadc30e212bc186f4.tar.gz tcl-1aaac758c94c12834f8bf77eadc30e212bc186f4.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.c | 3 |
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, |