diff options
Diffstat (limited to 'tests/indexObj.test')
-rw-r--r-- | tests/indexObj.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indexObj.test b/tests/indexObj.test index 9fd31b4..f7a555a 100644 --- a/tests/indexObj.test +++ b/tests/indexObj.test @@ -180,7 +180,7 @@ test indexObj-8.4 {Tcl_GetIntForIndex INT_MAX} testgetintforindex { } 2147483647 test indexObj-8.5 {Tcl_GetIntForIndex INT_MAX+1} testgetintforindex { testgetintforindex 2147483648 0 -} 2147483647 +} 2147483648 test indexObj-8.6 {Tcl_GetIntForIndex end-1} testgetintforindex { testgetintforindex end-1 2147483646 } 2147483645 |