summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-05-16 15:43:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-05-16 15:43:21 (GMT)
commitaf08cc9fae0b480e9aaadac50e7c3871f6bf3d89 (patch)
tree3344f0722af98f2011284373f0dc96b13492af7b
parentc03fe1c10791d187d6a7cf3a3691de72fcd208d9 (diff)
downloadtcl-af08cc9fae0b480e9aaadac50e7c3871f6bf3d89.zip
tcl-af08cc9fae0b480e9aaadac50e7c3871f6bf3d89.tar.gz
tcl-af08cc9fae0b480e9aaadac50e7c3871f6bf3d89.tar.bz2
Make sure we're looking for the right results
-rw-r--r--tests/oo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test
index fa2adf8..38fb276 100644
--- a/tests/oo.test
+++ b/tests/oo.test
@@ -3335,7 +3335,7 @@ test oo-22.3 {OO and coroutines and info frame} -setup {
} -cleanup {
catch {rename dump {}}
catch {A destroy}
-} -match glob -result {{* method Work object *} {* method Work object *}}
+} -match glob -result {{* method Work class ::A *} {* method Work class ::A *}}
# Prove that the issue in [Bug 1865054] isn't an issue any more
test oo-23.1 {Self-like derivation; complex case!} -setup {