summaryrefslogtreecommitdiffstats
path: root/tests/marker.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/marker.tcl')
-rw-r--r--tests/marker.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/marker.tcl b/tests/marker.tcl
index 12776b0..8a09a43 100644
--- a/tests/marker.tcl
+++ b/tests/marker.tcl
@@ -9,7 +9,7 @@ set nn [$graph marker create line ss -element data1 \
-coords {1 150 .5 100 1 50} -linewidth 1 \
-outline green -dashes 4]
-echo "Testing Marker..."
+puts stderr "Testing Marker..."
#bltCmd $graph marker bind aa <Button-1> [list puts "%x %y"]
bltCmd $graph marker cget $mm -cap
@@ -28,6 +28,6 @@ bltCmd $graph marker raise $mm
bltCmd $graph marker raise $mm $nn
bltCmd $graph marker type $mm
-echo "done"
+puts stderr "done"
bltPlotDestroy $w