diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-05-13 08:01:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-05-13 08:01:44 (GMT) |
commit | 2118de7012860722cd64f656d1d4a955a1fad428 (patch) | |
tree | 9d2ab6847c66de24edcbd6fde86d727437ed0c06 /tests/registry.test | |
parent | c2cac5959d1949fd3e19ff977d28c9adfc872466 (diff) | |
parent | 88a98003bf03a290ae31656870efb11b2588d0cd (diff) | |
download | tcl-2118de7012860722cd64f656d1d4a955a1fad428.zip tcl-2118de7012860722cd64f656d1d4a955a1fad428.tar.gz tcl-2118de7012860722cd64f656d1d4a955a1fad428.tar.bz2 |
Merge core-8-6-branch. Eliminate some unnecessary spacing.
Diffstat (limited to 'tests/registry.test')
-rw-r--r-- | tests/registry.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/registry.test b/tests/registry.test index 0f78212..2072559 100644 --- a/tests/registry.test +++ b/tests/registry.test @@ -19,7 +19,7 @@ testConstraint reg 0 if {[testConstraint win]} { if {![catch { ::tcltest::loadTestedCommands - set ::regver [package require registry 1.3.1] + set ::regver [package require registry 1.3.2] }]} { testConstraint reg 1 } @@ -33,7 +33,7 @@ testConstraint english [expr { test registry-1.0 {check if we are testing the right dll} {win reg} { set ::regver -} {1.3.1} +} {1.3.2} test registry-1.1 {argument parsing for registry command} {win reg} { list [catch {registry} msg] $msg } {1 {wrong # args: should be "registry ?-32bit|-64bit? option ?arg ...?"}} |