diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 13:19:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 13:19:19 (GMT) |
commit | 81286b9a064f7a8293258770d12d65a99b34063f (patch) | |
tree | a173177c8e34da8dd6dbc6f1859e79db210a26ad /tests/oo.test | |
parent | 8dad1b8281811bab0d71588b3c59a7fa1d163642 (diff) | |
download | tcl-81286b9a064f7a8293258770d12d65a99b34063f.zip tcl-81286b9a064f7a8293258770d12d65a99b34063f.tar.gz tcl-81286b9a064f7a8293258770d12d65a99b34063f.tar.bz2 |
Noticed that a test now works.
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 |