diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 11:05:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 11:05:18 (GMT) |
commit | 3001f870632e5d152e76bbc599fea7b27d79b2af (patch) | |
tree | ca18162b2d250959658d927c052799c29091a0b7 /tests/upvar.test | |
parent | 4b639c1ec59a558f0feda5d8f16f0c8482f22f85 (diff) | |
download | tcl-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.test | 2 |
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 {} |