diff options
Diffstat (limited to 'tests/set-old.test')
-rw-r--r-- | tests/set-old.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-old.test b/tests/set-old.test index 29e0002..2ef4019 100644 --- a/tests/set-old.test +++ b/tests/set-old.test @@ -548,7 +548,7 @@ test set-old-8.38.6 {array command, set with non-existent namespace} { } {1 {can't set "bogusnamespace::var": parent namespace doesn't exist}} test set-old-8.38.7 {array command, set with non-existent namespace} { list [catch {array set bogusnamespace::var(0) {a b}} msg] $msg -} {1 {can't set "bogusnamespace::var(0)": variable isn't array}} +} {1 {can't set "bogusnamespace::var(0)": parent namespace doesn't exist}} test set-old-8.39 {array command, size option} { catch {unset a} array size a |