diff options
Diffstat (limited to 'tests/var.test')
-rw-r--r-- | tests/var.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/var.test b/tests/var.test index 916b9b4..7955c93 100644 --- a/tests/var.test +++ b/tests/var.test @@ -14,7 +14,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: var.test,v 1.18 2001/11/09 23:06:04 dgp Exp $ +# RCS: @(#) $Id: var.test,v 1.19 2002/07/15 22:18:08 msofer Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -261,7 +261,7 @@ test var-3.9 {MakeUpvar, my var has invalid ns name} { catch {unset aaaaa} set aaaaa 789789 list [catch {upvar #0 aaaaa test_ns_fred::lnk} msg] $msg -} {1 {bad variable name "test_ns_fred::lnk": unknown namespace}} +} {1 {can't create "test_ns_fred::lnk": parent namespace doesn't exist}} if {[info commands testgetvarfullname] != {}} { test var-4.1 {Tcl_GetVariableName, global variable} { |