From af08cc9fae0b480e9aaadac50e7c3871f6bf3d89 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 16 May 2024 15:43:21 +0000 Subject: Make sure we're looking for the right results --- tests/oo.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v0.12