summaryrefslogtreecommitdiffstats
path: root/tests/nre.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 11:05:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-16 11:05:18 (GMT)
commit3001f870632e5d152e76bbc599fea7b27d79b2af (patch)
treeca18162b2d250959658d927c052799c29091a0b7 /tests/nre.test
parent4b639c1ec59a558f0feda5d8f16f0c8482f22f85 (diff)
downloadtcl-3001f870632e5d152e76bbc599fea7b27d79b2af.zip
tcl-3001f870632e5d152e76bbc599fea7b27d79b2af.tar.gz
tcl-3001f870632e5d152e76bbc599fea7b27d79b2af.tar.bz2
Remove unnecessary end-of-line spacing in test-cases
Diffstat (limited to 'tests/nre.test')
-rw-r--r--tests/nre.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/nre.test b/tests/nre.test
index e420b06..7cf06d1 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]
@@ -329,7 +329,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