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)
commit6b40067413c58b574f984a0974769a79f7097174 (patch)
tree3344f0722af98f2011284373f0dc96b13492af7b
parent934d0090c2d9faa72ce1daac38077ee7932ce8b1 (diff)
downloadtcl-6b40067413c58b574f984a0974769a79f7097174.zip
tcl-6b40067413c58b574f984a0974769a79f7097174.tar.gz
tcl-6b40067413c58b574f984a0974769a79f7097174.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 {