diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-07 17:41:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-07 17:41:00 (GMT) |
commit | f3126d6258f2f5d12a84332b79d1f183778e0fc0 (patch) | |
tree | 0b722edb6a44365e345ca1195aab3c5c6779d202 /tests/ooNext2.test | |
parent | d655e0866270a535855a94980a08d087e0b9f9ab (diff) | |
download | tcl-f3126d6258f2f5d12a84332b79d1f183778e0fc0.zip tcl-f3126d6258f2f5d12a84332b79d1f183778e0fc0.tar.gz tcl-f3126d6258f2f5d12a84332b79d1f183778e0fc0.tar.bz2 |
Correct test suite errors revealed by a -singleproc 1 -debug 1 run.
Diffstat (limited to 'tests/ooNext2.test')
-rw-r--r-- | tests/ooNext2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ooNext2.test b/tests/ooNext2.test index fc0423f..51f02c5 100644 --- a/tests/ooNext2.test +++ b/tests/ooNext2.test @@ -671,7 +671,7 @@ test oo-call-2.10 {class call introspection - errors} -body { test oo-call-2.11 {class call introspection - errors} -body { info class call notaclass x } -returnCodes error -result {notaclass does not refer to an object} -test oo-call-2.11 {class call introspection - errors} -setup { +test oo-call-2.12 {class call introspection - errors} -setup { oo::class create root } -body { root create notaclass |