summaryrefslogtreecommitdiffstats
path: root/tests/timer.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timer.test')
-rw-r--r--tests/timer.test18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/timer.test b/tests/timer.test
index 5e729ef..1ad17ae 100644
--- a/tests/timer.test
+++ b/tests/timer.test
@@ -7,14 +7,14 @@
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors. No output means no errors were found.
#
-# Copyright (c) 1997 by Sun Microsystems, Inc.
-# Copyright (c) 1998-1999 by Scriptics Corporation.
+# Copyright © 1997 Sun Microsystems, Inc.
+# Copyright © 1998-1999 Scriptics Corporation.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {"::tcltest" ni [namespace children]} {
- package require tcltest 2
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}
@@ -568,15 +568,15 @@ test timer-9.1 {AfterCleanupProc procedure} -setup {
} -result {before after2 after4}
test timer-10.1 {Bug 1016167: [after] overwrites imports} -setup {
- interp create slave
- slave eval namespace export after
- slave eval namespace eval foo namespace import ::after
+ interp create child
+ child eval namespace export after
+ child eval namespace eval foo namespace import ::after
} -body {
- slave eval foo::after 1
- slave eval namespace origin foo::after
+ child eval foo::after 1
+ child eval namespace origin foo::after
} -cleanup {
# Bug will cause crash here; would cause failure otherwise
- interp delete slave
+ interp delete child
} -result ::after
test timer-11.1 {Bug 1350291: [after] overflowing 32-bit field} -body {