diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-01 13:20:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-01 13:20:37 (GMT) |
commit | 8c8ec10e78e872ffa4e4edef6ae16e03d5872efc (patch) | |
tree | 1c5bf6fee4edc951455162bd2f595c234b8dd3f9 /tests/indexObj.test | |
parent | 7e0d210c016493f722bbdc65ed2d7e31e69d0330 (diff) | |
download | tcl-8c8ec10e78e872ffa4e4edef6ae16e03d5872efc.zip tcl-8c8ec10e78e872ffa4e4edef6ae16e03d5872efc.tar.gz tcl-8c8ec10e78e872ffa4e4edef6ae16e03d5872efc.tar.bz2 |
Disable special hacks for Itcl 3 ensemble error message generation.
Migration paths are in place to bring this to an end.
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 646cb02..126d062 100644 --- a/tests/indexObj.test +++ b/tests/indexObj.test @@ -109,7 +109,7 @@ test indexObj-5.6 {Tcl_WrongNumArgs} testindexobj { } "wrong # args: should be \"mycmd foo\"" # Contrast this with test proc-3.6; they have to be like this because # of [Bug 1066837] so Itcl won't break. -test indexObj-5.7 {Tcl_WrongNumArgs} testindexobj { +test indexObj-5.7 {Tcl_WrongNumArgs} {testindexobj obsolete} { testwrongnumargs 2 "fee fi" "fo fum" foo bar } "wrong # args: should be \"fo fum foo fee fi\"" |