diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 20:45:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 20:45:52 (GMT) |
commit | dc2006b9581892b70152a395ee9f799055a6eced (patch) | |
tree | ef3eaec6344a1dab2461d346033f19383f4ea2e6 /tests/indexObj.test | |
parent | 84333bafa1cbe91aa4c233466a99b67be5e93cde (diff) | |
download | tcl-dc2006b9581892b70152a395ee9f799055a6eced.zip tcl-dc2006b9581892b70152a395ee9f799055a6eced.tar.gz tcl-dc2006b9581892b70152a395ee9f799055a6eced.tar.bz2 |
Fix [da733cf8a6]: indexObj-6.7 fails
Diffstat (limited to 'tests/indexObj.test')
-rw-r--r-- | tests/indexObj.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indexObj.test b/tests/indexObj.test index c327274..f10bd2a 100644 --- a/tests/indexObj.test +++ b/tests/indexObj.test @@ -142,8 +142,8 @@ test indexObj-6.6 {Tcl_GetIndexFromObjStruct with NULL input} -constraints testi } -returnCodes error -result {ambiguous dummy "": must be a, c, or ee} test indexObj-6.7 {Tcl_GetIndexFromObjStruct} testindexobj { set x "" - testgetindexfromobjstruct $x -1 4 -} "wrong # args: should be \"testgetindexfromobjstruct {} -1 4\"" + testgetindexfromobjstruct $x -1 32 +} "wrong # args: should be \"testgetindexfromobjstruct {} -1 32\"" test indexObj-7.1 {Tcl_ParseArgsObjv} testparseargs { testparseargs |