diff options
Diffstat (limited to 'tests/oo.test')
-rw-r--r-- | tests/oo.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test index 171ccc7..e5a17f1 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -863,7 +863,7 @@ test oo-6.16 {Bug 3400658: forwarding and wrongargs rewriting - via alias} -setu } -result {wrong # args: should be "foo test d"} test oo-6.17 {Bug 3400658: forwarding and wrongargs rewriting - via ensemble} -setup { oo::class create fooClass -} -constraints knownBug -body { +} -body { oo::define fooClass { forward test handler1 foo bar boo forward handler2 my handler |