aboutsummaryrefslogtreecommitdiff
path: root/tests/alias.test
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-01 17:25:36 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-12 13:44:16 +1000
commit7f383c6726fd71c23d622753152faf749124ca22 (patch)
tree32cf6285c78d54e4931d0558e895c0d8b077ce17 /tests/alias.test
parent1f0d4b7361480fd029dbf5b5462d3a6a0068e5d0 (diff)
downloadjimtcl-7f383c6726fd71c23d622753152faf749124ca22.zip
jimtcl-7f383c6726fd71c23d622753152faf749124ca22.tar.gz
jimtcl-7f383c6726fd71c23d622753152faf749124ca22.tar.bz2
Add support for lightweight namespaces
See README.namespaces Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tests/alias.test')
-rw-r--r--tests/alias.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alias.test b/tests/alias.test
index 9e866a2..b1774fd 100644
--- a/tests/alias.test
+++ b/tests/alias.test
@@ -121,7 +121,7 @@ test local-1.7 "check no reference procs" {
test local-1.8 "local on non-existent command" {
list [catch {local set x blah} msg] $msg
-} {1 {not a command: "blah"}}
+} {1 {invalid command name "blah"}}
test local-1.9 "local on existing proc" {
proc x {} {