summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2018-10-28 08:22:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2018-10-28 08:22:21 (GMT)
commitaf5d98388ac96c197412d002421caaf3b0ed7949 (patch)
treed487942b69091c84ec4a5ecafd25afc485ca2bbc /tests/oo.test
parentfd15b04d3b91ef2483aa2d38923061b7ae460513 (diff)
downloadtcl-af5d98388ac96c197412d002421caaf3b0ed7949.zip
tcl-af5d98388ac96c197412d002421caaf3b0ed7949.tar.gz
tcl-af5d98388ac96c197412d002421caaf3b0ed7949.tar.bz2
Definition and introspection commands.
Diffstat (limited to 'tests/oo.test')
-rw-r--r--tests/oo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test
index 37c4495..2a266a7 100644
--- a/tests/oo.test
+++ b/tests/oo.test
@@ -2519,7 +2519,7 @@ test oo-17.3 {OO: class introspection} -setup {
} -result {"foo" is not a class}
test oo-17.4 {OO: class introspection} -body {
info class gorp oo::object
-} -returnCodes 1 -result {unknown or ambiguous subcommand "gorp": must be call, constructor, definition, destructor, filters, forward, instances, methods, methodtype, mixins, subclasses, superclasses, or variables}
+} -returnCodes 1 -result {unknown or ambiguous subcommand "gorp": must be call, constructor, definition, definitionnamespace, destructor, filters, forward, instances, methods, methodtype, mixins, subclasses, superclasses, or variables}
test oo-17.5 {OO: class introspection} -setup {
oo::class create testClass
} -body {