summaryrefslogtreecommitdiffstats
path: root/tests/stack.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-10 11:56:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-10 11:56:23 (GMT)
commite8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b (patch)
tree556090915c1e4fb7420fa462964788c31d0852d9 /tests/stack.test
parentc2480e69a5cb24601c36b41ef4d47cf59b0159b7 (diff)
downloadtcl-e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b.zip
tcl-e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b.tar.gz
tcl-e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b.tar.bz2
Eliminate exess spacings in many test-cases
Diffstat (limited to 'tests/stack.test')
-rw-r--r--tests/stack.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stack.test b/tests/stack.test
index 13bc524..4c50f74 100644
--- a/tests/stack.test
+++ b/tests/stack.test
@@ -31,7 +31,7 @@ test stack-2.1 {maxNestingDepth reached on infinite recursion} -body {
puts $msg
}
} -result {too many nested evaluations (infinite loop?)}
-
+
# Make sure that there is enough stack to run regexp even if we're
# close to the recursion limit. [Bug 947070] [Patch 746378]
test stack-3.1 {enough room for regexp near recursion limit} -body {