summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clock.test b/tests/clock.test
index 8a2218c..8f82b00 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -315,7 +315,7 @@ test clock-1.0 "clock format - wrong # args" {
test clock-1.0.1 "clock format - wrong # args (compiled ensemble with invalid syntax)" {
list [catch {clock format 0 -too-few-options-4-test} msg] $msg $::errorCode
-} [subst {1 {wrong # args: should be "::tcl::clock::format $syntax"} {CLOCK wrongNumArgs}}]
+} [subst {1 {wrong # args: should be "clock format $syntax"} {CLOCK wrongNumArgs}}]
test clock-1.1 "clock format - bad time" {
list [catch {clock format foo} msg] $msg