diff options
author | dgp <dgp@users.sourceforge.net> | 2017-06-26 19:17:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-06-26 19:17:12 (GMT) |
commit | 45b7c8a7643c1ccb4268653e962709300c237d85 (patch) | |
tree | a917ef89016b085236f854e85787ff9e08be5b6a /tests | |
parent | c4c7df6e176c32ac510fc6e454147a478ffc4cf1 (diff) | |
download | tcl-45b7c8a7643c1ccb4268653e962709300c237d85.zip tcl-45b7c8a7643c1ccb4268653e962709300c237d85.tar.gz tcl-45b7c8a7643c1ccb4268653e962709300c237d85.tar.bz2 |
Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5a
Stop failing altogether. Test in test suite, not program fragility.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.test b/tests/init.test index 3a5197a..639389f 100644 --- a/tests/init.test +++ b/tests/init.test @@ -176,7 +176,7 @@ test init-4.$count {[Bug 46f801ed5a]} -setup { } -cleanup { array unset auto_index demo rename demo {} -} -match glob -result * +} -returnCodes error -result foo test init-5.0 {return options passed through ::unknown} -setup { catch {rename xxx {}} |