summaryrefslogtreecommitdiffstats
path: root/tests/base.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-03-18 21:09:38 (GMT)
committerjoye <joye>2014-03-18 21:09:38 (GMT)
commit57329c620b5b44aaf32c8d4d96ca95781a64136e (patch)
tree539f5fa9ae0501f8bb57ffc6c185dd8925eeeb36 /tests/base.tcl
parent381a52e47a7964fc9065bbecfb18e8995a27d24e (diff)
downloadblt-57329c620b5b44aaf32c8d4d96ca95781a64136e.zip
blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.tar.gz
blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/base.tcl')
-rw-r--r--tests/base.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/base.tcl b/tests/base.tcl
index 518f8c6..179850d 100644
--- a/tests/base.tcl
+++ b/tests/base.tcl
@@ -22,7 +22,6 @@ proc bltTest {graph option value} {
set org [$graph cget $option]
$graph configure $option $value
update
-# read stdin
after $sleep
$graph configure $option $org
update