summaryrefslogtreecommitdiffstats
path: root/tests/clock-ivm.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-18 10:31:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-18 10:31:58 (GMT)
commit907b916cca8d7416964c4294cd1679e3c458ec3a (patch)
tree61f95cacc85e9770c61e3638e9a12969ed056a65 /tests/clock-ivm.test
parent3734b92b956e72d5e585e98d17e33fdce98e699d (diff)
downloadtcl-907b916cca8d7416964c4294cd1679e3c458ec3a.zip
tcl-907b916cca8d7416964c4294cd1679e3c458ec3a.tar.gz
tcl-907b916cca8d7416964c4294cd1679e3c458ec3a.tar.bz2
Move "::tcl::clock::configure" to the tcl::unsupported namespace
Diffstat (limited to 'tests/clock-ivm.test')
-rw-r--r--tests/clock-ivm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clock-ivm.test b/tests/clock-ivm.test
index c6ac394..acf4adb 100644
--- a/tests/clock-ivm.test
+++ b/tests/clock-ivm.test
@@ -4,5 +4,5 @@
#
# See the file "clock.test" for more information.
-::tcl::clock::configure -valid [expr {![::tcl::clock::configure -valid]}]
+::tcl::unsupported::clock::configure -valid [expr {![::tcl::unsupported::clock::configure -valid]}]
source [file join [file dirname [info script]] clock.test] \ No newline at end of file