diff scripts/plot/findall.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/findall.m
+++ b/scripts/plot/findall.m
@@ -46,7 +46,7 @@
 
 %!testif HAVE_FLTK
 %! toolkit = graphics_toolkit ("fltk");
-%! hf = figure ("visible", "off")
+%! hf = figure ("visible", "off");
 %! unwind_protect
 %!   h = findall (hf);
 %!   all_handles(1:13,1) = {"uimenu"};