diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-30 16:03:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-30 16:03:01 (GMT) |
commit | 0efada5548249fb9f61dcd3a5eea4ceb381e3e52 (patch) | |
tree | 40d2760f5e45025f875eedf2be946090200bf9b9 /tests | |
parent | 99798b2202f0a40a22c5d5e2d457759a5526005a (diff) | |
download | tcl-0efada5548249fb9f61dcd3a5eea4ceb381e3e52.zip tcl-0efada5548249fb9f61dcd3a5eea4ceb381e3e52.tar.gz tcl-0efada5548249fb9f61dcd3a5eea4ceb381e3e52.tar.bz2 |
Eliminate use of certain unnecessary struct names. Also white-spacing. Nothing functional.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/oo.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oo.test b/tests/oo.test index 556d529..b9c5067 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -129,7 +129,7 @@ test oo-1.4 {basic test of OO functionality} -body { oo::object create {} } -returnCodes 1 -result {object name must not be empty} test oo-1.4.1 {fully-qualified nested name} -body { - oo::object create ::one::two::three + oo::object create ::one::two::three } -result {::one::two::three} test oo-1.5 {basic test of OO functionality} -body { oo::object doesnotexist @@ -3889,7 +3889,7 @@ test oo-35.6 { return done } -cleanup { rename obj {} -} -result done +} -result done |