summaryrefslogtreecommitdiffstats
path: root/tests/upvar.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/upvar.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/upvar.test')
-rw-r--r--tests/upvar.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/upvar.test b/tests/upvar.test
index 10e0e9f..9e44a79 100644
--- a/tests/upvar.test
+++ b/tests/upvar.test
@@ -492,7 +492,7 @@ test upvar-NS-1.4 {nsupvar links to correct variable} -body {
} -returnCodes error -cleanup {
namespace delete test_ns_1
} -result {namespace "test_ns_0" not found in "::test_ns_1"}
-
+
test upvar-NS-1.5 {nsupvar links to correct variable} -body {
namespace eval test_ns_1 {
namespace eval test_ns_0 {}