summaryrefslogtreecommitdiffstats
path: root/tests/util.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.test')
-rw-r--r--tests/util.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.test b/tests/util.test
index c1ec6a5..2b4595d 100644
--- a/tests/util.test
+++ b/tests/util.test
@@ -11,7 +11,7 @@ eval tcltest::configure $argv
tcltest::loadTestedCommands
namespace import -force tcltest::test
-listbox .l -width 20 -height 5 -relief sunken -bd 2
+listbox .l -width 20 -height 5 -relief sunken -borderwidth 2
pack .l
.l insert 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
update