summaryrefslogtreecommitdiffstats
path: root/tests/tcltest.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-08-02 22:37:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-08-02 22:37:00 (GMT)
commit40947c7d3eeb124dfd51a08dbdfc556a7a402bd6 (patch)
tree29cc3c615d724428abd6535042fc7dbca8e74b3c /tests/tcltest.test
parentcff4a9d980f9d9a806440b5f72e9dcb0b960d502 (diff)
downloadtcl-40947c7d3eeb124dfd51a08dbdfc556a7a402bd6.zip
tcl-40947c7d3eeb124dfd51a08dbdfc556a7a402bd6.tar.gz
tcl-40947c7d3eeb124dfd51a08dbdfc556a7a402bd6.tar.bz2
Purge end-of-line spacing
Diffstat (limited to 'tests/tcltest.test')
-rw-r--r--tests/tcltest.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test
index 0bcf342..1487865 100644
--- a/tests/tcltest.test
+++ b/tests/tcltest.test
@@ -908,7 +908,7 @@ removeFile load.tcl
# [interpreter]
test tcltest-13.1 {interpreter} {
- -constraints notValgrind
+ -constraints notValgrind
-setup {
#to do: Why is $::tcltest::tcltest being saved and restored here?
set old $::tcltest::tcltest
@@ -926,7 +926,7 @@ test tcltest-13.1 {interpreter} {
# constraint, which involves a call to [exec] that might fail after
# "fork" and before "exec", in which case the forked process will not
# have a chance to clean itself up before exiting, which causes
- # valgrind to issue numerous "still reachable" reports.
+ # valgrind to issue numerous "still reachable" reports.
set ::tcltest::tcltest $old
}
}