diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-10 11:56:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-10 11:56:23 (GMT) |
commit | 13347d984e68e94063bee8fe1b5c8cc77ef5b250 (patch) | |
tree | 556090915c1e4fb7420fa462964788c31d0852d9 /tests/nre.test | |
parent | 5137357e74c887368ad68c3cb09998b154e68d4f (diff) | |
download | tcl-13347d984e68e94063bee8fe1b5c8cc77ef5b250.zip tcl-13347d984e68e94063bee8fe1b5c8cc77ef5b250.tar.gz tcl-13347d984e68e94063bee8fe1b5c8cc77ef5b250.tar.bz2 |
Eliminate exess spacings in many test-cases
Diffstat (limited to 'tests/nre.test')
-rw-r--r-- | tests/nre.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/nre.test b/tests/nre.test index 9df5eb1..3313df5 100644 --- a/tests/nre.test +++ b/tests/nre.test @@ -29,9 +29,9 @@ if {[testConstraint testnrelevels]} { namespace path ::tcl::mathop # # [testnrelevels] returns a 6-list with: C-stack depth, iPtr->numlevels, - # cmdFrame level, callFrame level, tosPtr and callback depth + # cmdFrame level, callFrame level, tosPtr and callback depth # - variable last [testnrelevels] + variable last [testnrelevels] proc depthDiff {} { variable last set depth [testnrelevels] @@ -327,7 +327,7 @@ test nre-8.1 {nre and {*}} -body { } -cleanup { rename inner {} rename outer {} -} -result {1 1 1} +} -result {1 1 1} test nre-8.2 {nre and {*}, [Bug 2415422]} -body { # force an expansion that grows the evaluation stack, check that nre # adapts the bcFramePtr. This causes an NRE assertion to fail if it is not |