diff scripts/plot/legend.m @ 17119:bd50e0660545

test: Add missing semicolons to suppress output in some plot %!tests. * scripts/plot/allchild.m, scripts/plot/findall.m, scripts/plot/findobj.m, scripts/plot/legend.m, scripts/plot/uimenu.m: Add missing semicolons to suppress output in some plot %!tests.
author Rik <rik@octave.org>
date Wed, 31 Jul 2013 13:31:01 -0700
parents dbd64c9a16da
children eaab03308c0b
line wrap: on
line diff
--- a/scripts/plot/legend.m	Wed Jul 31 21:28:48 2013 +0100
+++ b/scripts/plot/legend.m	Wed Jul 31 13:31:01 2013 -0700
@@ -1548,7 +1548,7 @@
 
 %!test
 %! toolkit = graphics_toolkit ("gnuplot");
-%! h = figure ("visible", "off")
+%! h = figure ("visible", "off");
 %! unwind_protect
 %!   position = get (h, "position");
 %!   plot (rand (3));