summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/oo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test
index 3a6d2d1..1ac6f37 100644
--- a/tests/oo.test
+++ b/tests/oo.test
@@ -3799,7 +3799,7 @@ test oo-35.4 {Bug 593baa032c: mixins list teardown} {
oo::class create D {mixin B}
namespace eval [info object namespace D] [list [namespace which B] destroy]
} {}
-test oo-35.5 {Bug } -setup {
+test oo-35.5 {Bug 1a56550e96: introspectors must traverse mixin links correctly} -setup {
oo::class create base {
unexport destroy
}