diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 20:46:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 20:46:26 (GMT) |
commit | e34e0c9025185dd77c8523a86219e0615b86b6c5 (patch) | |
tree | 4fe94d55ec0f621ff4a06e55037c10502e51cb40 /tests/indexObj.test | |
parent | 1cdc6be1044b6440e3b83c81ba516ea3fef925d1 (diff) | |
parent | dc2006b9581892b70152a395ee9f799055a6eced (diff) | |
download | tcl-e34e0c9025185dd77c8523a86219e0615b86b6c5.zip tcl-e34e0c9025185dd77c8523a86219e0615b86b6c5.tar.gz tcl-e34e0c9025185dd77c8523a86219e0615b86b6c5.tar.bz2 |
Merge 8.7
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 a4060fa..26fb81e 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 |