summaryrefslogtreecommitdiffstats
path: root/tests/package.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/package.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/package.test')
-rw-r--r--tests/package.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/package.test b/tests/package.test
index a147457..641ce49 100644
--- a/tests/package.test
+++ b/tests/package.test
@@ -613,13 +613,13 @@ test package-3.54 {Tcl_PkgRequire procedure, coroutine support} -setup {
} -body {
coroutine coro1 apply {{} {
package ifneeded t 2.1 {
- yield
+ yield
package provide t 2.1
}
package require t 2.1
}}
list [catch {coro1} msg] $msg
-} -match glob -result {0 2.1}
+} -match glob -result {0 2.1}
test package-4.1 {Tcl_PackageCmd procedure} -returnCodes error -body {