summaryrefslogtreecommitdiffstats
path: root/tests/bargraph.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bargraph.tcl')
-rw-r--r--tests/bargraph.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl
index 03f538f..20f067d 100644
--- a/tests/bargraph.tcl
+++ b/tests/bargraph.tcl
@@ -3,7 +3,7 @@ source base.tcl
set w .bar
set graph [bltBarGraph $w]
-echo "Testing Bar Graph..."
+puts stderr "Testing Bar Graph..."
# Graph
bltTest $graph -aspect 2 $dops
@@ -75,6 +75,6 @@ bltCmd $graph configure -background cyan
##bltCmd $graph y2axis
##bltCmd $graph yaxis
-echo "done"
+puts stderr "done"
bltPlotDestroy $w